Shades of Heliotrope #D978ED
Tints of Heliotrope #D978ED
RGB
CMYK
RGB Variations
Color information
#D978ED (or 0xD978ED) is known color: Heliotrope. HEX triplet: D9, 78 and ED. RGB value is (217,120,237). Sum of RGB (Red+Green+Blue) = 217+120+237=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #D978ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978ED is #268712. Grayscale: #A1A1A1. Windows color (decimal): -2524947 or 15562969. OLE color: 15562969.
HSL color Cylindrical-coordinate representation of color #D978ED: hue angle of 289.74º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D978ED is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 120 | 237 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.07 |
| HSL | 289.74º | 0.76% | 0.7% | - |
| HSV(B) | 289.74º | 0.49% | 0.93% | - |
| XYZ | 50.62 | 34.3 | 84.07 | - |
| YUV | 162.34 | 170.14 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 237 | 0.08 | 0.49 | 0 | 0.07 | 289.74 | 0.76 | 0.7 |
| Hex | D9 | 78 | ED | 8 | 31 | 0 | 7 | 122 | 4C | 46 |
| Octal | 331 | 170 | 355 | 10 | 61 | 0 | 7 | 442 | 114 | 106 |
| Binary | 11011001 | 1111000 | 11101101 | 1000 | 110001 | 0 | 111 | 100100010 | 1001100 | 1000110 |
Color Harmonies of #D978ED
Complementary color
Monochromatic Colors of #D978ED
Black with #D978ED
Text Example
Text Example
White with #D978ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978ED; }
p { color: rgb(217,120,237); }
H1.HeaderClassName
{
color: #D978ED;
}
.AnyTagClassName
{
color: #D978ED;
}
</style>
background-color css
<style>
a { background-color: #D978ED; }
a { background-color: rgb(217,120,237); }
div.DivClassName
{
background-color: #D978ED;
}
.BgClassName
{
background-color: #D978ED;
}
</style>
border-color css
<style>
span { border-color: #D978ED; }
span { border-color: rgb(217,120,237); }
td.TdClassName
{
border-color: #D978ED;
}
.TagClassName
{
border-color: #D978ED;
}
</style>