Shades of Heliotrope #D970EA
Tints of Heliotrope #D970EA
RGB
CMYK
RGB Variations
Color information
#D970EA (or 0xD970EA) is known color: Heliotrope. HEX triplet: D9, 70 and EA. RGB value is (217,112,234). Sum of RGB (Red+Green+Blue) = 217+112+234=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #D970EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970EA is #268F15. Grayscale: #9C9C9C. Windows color (decimal): -2526998 or 15364313. OLE color: 15364313.
HSL color Cylindrical-coordinate representation of color #D970EA: hue angle of 291.64º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D970EA is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 112 | 234 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.08 |
| HSL | 291.64º | 0.74% | 0.68% | - |
| HSV(B) | 291.64º | 0.52% | 0.92% | - |
| XYZ | 49.26 | 32.28 | 81.48 | - |
| YUV | 157.3 | 171.29 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 234 | 0.07 | 0.52 | 0 | 0.08 | 291.64 | 0.74 | 0.68 |
| Hex | D9 | 70 | EA | 7 | 34 | 0 | 8 | 124 | 4A | 44 |
| Octal | 331 | 160 | 352 | 7 | 64 | 0 | 10 | 444 | 112 | 104 |
| Binary | 11011001 | 1110000 | 11101010 | 111 | 110100 | 0 | 1000 | 100100100 | 1001010 | 1000100 |
Color Harmonies of #D970EA
Complementary color
Monochromatic Colors of #D970EA
Black with #D970EA
Text Example
Text Example
White with #D970EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970EA; }
p { color: rgb(217,112,234); }
H1.HeaderClassName
{
color: #D970EA;
}
.AnyTagClassName
{
color: #D970EA;
}
</style>
background-color css
<style>
a { background-color: #D970EA; }
a { background-color: rgb(217,112,234); }
div.DivClassName
{
background-color: #D970EA;
}
.BgClassName
{
background-color: #D970EA;
}
</style>
border-color css
<style>
span { border-color: #D970EA; }
span { border-color: rgb(217,112,234); }
td.TdClassName
{
border-color: #D970EA;
}
.TagClassName
{
border-color: #D970EA;
}
</style>