Shades of Heliotrope #D978EF
Tints of Heliotrope #D978EF
RGB
CMYK
RGB Variations
Color information
#D978EF (or 0xD978EF) is known color: Heliotrope. HEX triplet: D9, 78 and EF. RGB value is (217,120,239). Sum of RGB (Red+Green+Blue) = 217+120+239=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #D978EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978EF is #268710. Grayscale: #A2A2A2. Windows color (decimal): -2524945 or 15694041. OLE color: 15694041.
HSL color Cylindrical-coordinate representation of color #D978EF: hue angle of 288.91º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D978EF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 120 | 239 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.06 |
| HSL | 288.91º | 0.79% | 0.7% | - |
| HSV(B) | 288.91º | 0.5% | 0.94% | - |
| XYZ | 50.91 | 34.42 | 85.62 | - |
| YUV | 162.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 239 | 0.09 | 0.50 | 0 | 0.06 | 288.91 | 0.79 | 0.7 |
| Hex | D9 | 78 | EF | 9 | 32 | 0 | 6 | 121 | 4F | 46 |
| Octal | 331 | 170 | 357 | 11 | 62 | 0 | 6 | 441 | 117 | 106 |
| Binary | 11011001 | 1111000 | 11101111 | 1001 | 110010 | 0 | 110 | 100100001 | 1001111 | 1000110 |
Color Harmonies of #D978EF
Complementary color
Monochromatic Colors of #D978EF
Black with #D978EF
Text Example
Text Example
White with #D978EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978EF; }
p { color: rgb(217,120,239); }
H1.HeaderClassName
{
color: #D978EF;
}
.AnyTagClassName
{
color: #D978EF;
}
</style>
background-color css
<style>
a { background-color: #D978EF; }
a { background-color: rgb(217,120,239); }
div.DivClassName
{
background-color: #D978EF;
}
.BgClassName
{
background-color: #D978EF;
}
</style>
border-color css
<style>
span { border-color: #D978EF; }
span { border-color: rgb(217,120,239); }
td.TdClassName
{
border-color: #D978EF;
}
.TagClassName
{
border-color: #D978EF;
}
</style>