Shades of Heliotrope #D970EC
Tints of Heliotrope #D970EC
RGB
CMYK
RGB Variations
Color information
#D970EC (or 0xD970EC) is known color: Heliotrope. HEX triplet: D9, 70 and EC. RGB value is (217,112,236). Sum of RGB (Red+Green+Blue) = 217+112+236=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #D970EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D970EC is #268F13. Grayscale: #9D9D9D. Windows color (decimal): -2526996 or 15495385. OLE color: 15495385.
HSL color Cylindrical-coordinate representation of color #D970EC: hue angle of 290.81º degrees, saturation: 0.77, 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 #D970EC is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 112 | 236 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.07 |
| HSL | 290.81º | 0.77% | 0.68% | - |
| HSV(B) | 290.81º | 0.53% | 0.93% | - |
| XYZ | 49.55 | 32.4 | 83 | - |
| YUV | 157.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 236 | 0.08 | 0.53 | 0 | 0.07 | 290.81 | 0.77 | 0.68 |
| Hex | D9 | 70 | EC | 8 | 35 | 0 | 7 | 123 | 4D | 44 |
| Octal | 331 | 160 | 354 | 10 | 65 | 0 | 7 | 443 | 115 | 104 |
| Binary | 11011001 | 1110000 | 11101100 | 1000 | 110101 | 0 | 111 | 100100011 | 1001101 | 1000100 |
Color Harmonies of #D970EC
Complementary color
Monochromatic Colors of #D970EC
Black with #D970EC
Text Example
Text Example
White with #D970EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970EC; }
p { color: rgb(217,112,236); }
H1.HeaderClassName
{
color: #D970EC;
}
.AnyTagClassName
{
color: #D970EC;
}
</style>
background-color css
<style>
a { background-color: #D970EC; }
a { background-color: rgb(217,112,236); }
div.DivClassName
{
background-color: #D970EC;
}
.BgClassName
{
background-color: #D970EC;
}
</style>
border-color css
<style>
span { border-color: #D970EC; }
span { border-color: rgb(217,112,236); }
td.TdClassName
{
border-color: #D970EC;
}
.TagClassName
{
border-color: #D970EC;
}
</style>