Shades of Heliotrope #D970ED
Tints of Heliotrope #D970ED
RGB
CMYK
RGB Variations
Color information
#D970ED (or 0xD970ED) is known color: Heliotrope. HEX triplet: D9, 70 and ED. RGB value is (217,112,237). Sum of RGB (Red+Green+Blue) = 217+112+237=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #D970ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970ED is #268F12. Grayscale: #9D9D9D. Windows color (decimal): -2526995 or 15560921. OLE color: 15560921.
HSL color Cylindrical-coordinate representation of color #D970ED: hue angle of 290.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D970ED is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 112 | 237 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.4º | 0.78% | 0.68% | - |
| HSV(B) | 290.4º | 0.53% | 0.93% | - |
| XYZ | 49.7 | 32.45 | 83.77 | - |
| YUV | 157.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 237 | 0.08 | 0.53 | 0 | 0.07 | 290.4 | 0.78 | 0.68 |
| Hex | D9 | 70 | ED | 8 | 35 | 0 | 7 | 122 | 4E | 44 |
| Octal | 331 | 160 | 355 | 10 | 65 | 0 | 7 | 442 | 116 | 104 |
| Binary | 11011001 | 1110000 | 11101101 | 1000 | 110101 | 0 | 111 | 100100010 | 1001110 | 1000100 |
Color Harmonies of #D970ED
Complementary color
Monochromatic Colors of #D970ED
Black with #D970ED
Text Example
Text Example
White with #D970ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970ED; }
p { color: rgb(217,112,237); }
H1.HeaderClassName
{
color: #D970ED;
}
.AnyTagClassName
{
color: #D970ED;
}
</style>
background-color css
<style>
a { background-color: #D970ED; }
a { background-color: rgb(217,112,237); }
div.DivClassName
{
background-color: #D970ED;
}
.BgClassName
{
background-color: #D970ED;
}
</style>
border-color css
<style>
span { border-color: #D970ED; }
span { border-color: rgb(217,112,237); }
td.TdClassName
{
border-color: #D970ED;
}
.TagClassName
{
border-color: #D970ED;
}
</style>