Shades of Heliotrope #D974EC
Tints of Heliotrope #D974EC
RGB
CMYK
RGB Variations
Color information
#D974EC (or 0xD974EC) is known color: Heliotrope. HEX triplet: D9, 74 and EC. RGB value is (217,116,236). Sum of RGB (Red+Green+Blue) = 217+116+236=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #D974EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974EC is #268B13. Grayscale: #9F9F9F. Windows color (decimal): -2525972 or 15496409. OLE color: 15496409.
HSL color Cylindrical-coordinate representation of color #D974EC: hue angle of 290.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D974EC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 116 | 236 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.07 |
| HSL | 290.5º | 0.76% | 0.69% | - |
| HSV(B) | 290.5º | 0.51% | 0.93% | - |
| XYZ | 50 | 33.3 | 83.15 | - |
| YUV | 159.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 236 | 0.08 | 0.51 | 0 | 0.07 | 290.5 | 0.76 | 0.69 |
| Hex | D9 | 74 | EC | 8 | 33 | 0 | 7 | 122 | 4C | 45 |
| Octal | 331 | 164 | 354 | 10 | 63 | 0 | 7 | 442 | 114 | 105 |
| Binary | 11011001 | 1110100 | 11101100 | 1000 | 110011 | 0 | 111 | 100100010 | 1001100 | 1000101 |
Color Harmonies of #D974EC
Complementary color
Monochromatic Colors of #D974EC
Black with #D974EC
Text Example
Text Example
White with #D974EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974EC; }
p { color: rgb(217,116,236); }
H1.HeaderClassName
{
color: #D974EC;
}
.AnyTagClassName
{
color: #D974EC;
}
</style>
background-color css
<style>
a { background-color: #D974EC; }
a { background-color: rgb(217,116,236); }
div.DivClassName
{
background-color: #D974EC;
}
.BgClassName
{
background-color: #D974EC;
}
</style>
border-color css
<style>
span { border-color: #D974EC; }
span { border-color: rgb(217,116,236); }
td.TdClassName
{
border-color: #D974EC;
}
.TagClassName
{
border-color: #D974EC;
}
</style>