What is hex #DA70D6 color?

 
The hex code #DA70D6 is also know by an other name that is Orchid.
This color is composed of 218% red, 112% green and 214% blue. So we can say that the RGB value is (218,112,214)
You need to use it for a printer? The CMYK colors code equivalent of hex #DA70D6 is C:0 M:49 Y:2, K:15) .
In the HSV/HSB scale, #DA70D6 has a hue of 302°, 49% saturation and a brightness value of 85%.
If you want to know all about the hex #DA70D6, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #DA70D6 (complementary, analogous, triadic, tetradic...).

Hex #DA70D6 Color Codes & Equivalents

Color Name [Orchid]
RGB Values (218,112,214)
CMYK Values (0%, 49%, 2%, 15%)
HSV/HSB Values (302°, 49%, 85%)
Closest Web Safe
#CC66CC
Inverse Color
#258f29
Closest Pantone®
245 C
Closest RAL
RAL 3015 [Light pink]
Complementary Color
#70da74

#DA70D6 Converted to Grayscale Codes

Average
#b5b5b5
Lightness (Desaturation)
#a5a5a5
Weighted (BT601)
#9b9b9b
Luma (BT709)
#8e8e8e

Hex #DA70D6 Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #DA70D6 is #70da74. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #DA70D6 you will find #70da74. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#DA70D6 #70da74

Analogous Palette

The analogous color scheme of #DA70D6 is composed with colors #A970DA and #DA70A1. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #DA70D6 with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#A970DA #DA70D6 #DA70A1

Split-Complementary Palette

The split-complementary color scheme of #DA70D6 is composed with colors #70DAA9 and #A1DA70. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#DA70D6 #70DAA9 #A1DA70

Triadic Palette

The triadic color scheme of #DA70D6 is composed with colors #70D6DA and #D6DA70. They are located to the right and left of your main color #DA70D6 with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#DA70D6 #70D6DA #D6DA70

Tetradic Palette

The tetradic color scheme of #DA70D6 is composed with colors #D6DA70, #70DA74 and #7470DA A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#DA70D6 #D6DA70 #70DA74 #7470DA

Square Palette

The square color scheme of #DA70D6 is composed with colors #DAA970, #70DA74 and #70A1DA To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#DA70D6 #DAA970 #70DA74 #70A1DA

Tints, Tones & Shades of Hex #DA70D6

Tints

Tints are created by adding white, resulting in lighter shades of #DA70D6.

#DA70D6 #DE80DA #E290DF #E6A0E3 #EAB0E8 #EEC1ED #F3D1F1 #F7E1F6

Tones

Tones are made by mixing with gray, softening the original color.

#DA70D6 #D178CD #C881C5 #BF8ABD #B693B5 #AD9CAD #A5A4A5 #A5A5A5

Shades

Shades result from adding black, creating darker variations.

#DA70D6 #D55FD1 #D14FCC #CD3FC8 #C533BF #B52EB0 #A42AA0 #942690

Hex #DA70D6 in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #DA70D6
Java new Color(218,112,214);
Python Color(#DA70D6)
.NET Color.FromArgb(255, 218,112,214);
Swift / iOS UIColor(red: 0.85, green: 0.44, blue: 0.84, alpha: 1)
Kotlin / Android Color.rgb(218, 112, 214)