Shades of Heliotrope #D974E9
Tints of Heliotrope #D974E9
RGB
CMYK
RGB Variations
Color information
#D974E9 (or 0xD974E9) is known color: Heliotrope. HEX triplet: D9, 74 and E9. RGB value is (217,116,233). Sum of RGB (Red+Green+Blue) = 217+116+233=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 233 (91.41% from 255 or 41.17% from 566); Max value from RGB is 233 - color contains mainly: blue. Hex color #D974E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D974E9 is #268B16. Grayscale: #9F9F9F. Windows color (decimal): -2525975 or 15299801. OLE color: 15299801.
HSL color Cylindrical-coordinate representation of color #D974E9: hue angle of 291.79º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D974E9 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 116 | 233 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.09 |
| HSL | 291.79º | 0.73% | 0.68% | - |
| HSV(B) | 291.79º | 0.5% | 0.91% | - |
| XYZ | 49.57 | 33.13 | 80.87 | - |
| YUV | 159.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 233 | 0.07 | 0.50 | 0 | 0.09 | 291.79 | 0.73 | 0.68 |
| Hex | D9 | 74 | E9 | 7 | 32 | 0 | 9 | 124 | 49 | 44 |
| Octal | 331 | 164 | 351 | 7 | 62 | 0 | 11 | 444 | 111 | 104 |
| Binary | 11011001 | 1110100 | 11101001 | 111 | 110010 | 0 | 1001 | 100100100 | 1001001 | 1000100 |
Color Harmonies of #D974E9
Complementary color
Monochromatic Colors of #D974E9
Black with #D974E9
Text Example
Text Example
White with #D974E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974E9; }
p { color: rgb(217,116,233); }
H1.HeaderClassName
{
color: #D974E9;
}
.AnyTagClassName
{
color: #D974E9;
}
</style>
background-color css
<style>
a { background-color: #D974E9; }
a { background-color: rgb(217,116,233); }
div.DivClassName
{
background-color: #D974E9;
}
.BgClassName
{
background-color: #D974E9;
}
</style>
border-color css
<style>
span { border-color: #D974E9; }
span { border-color: rgb(217,116,233); }
td.TdClassName
{
border-color: #D974E9;
}
.TagClassName
{
border-color: #D974E9;
}
</style>