Shades of Heliotrope #D978EA
Tints of Heliotrope #D978EA
RGB
CMYK
RGB Variations
Color information
#D978EA (or 0xD978EA) is known color: Heliotrope. HEX triplet: D9, 78 and EA. RGB value is (217,120,234). Sum of RGB (Red+Green+Blue) = 217+120+234=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #D978EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978EA is #268715. Grayscale: #A1A1A1. Windows color (decimal): -2524950 or 15366361. OLE color: 15366361.
HSL color Cylindrical-coordinate representation of color #D978EA: hue angle of 291.05º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D978EA is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 120 | 234 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.08 |
| HSL | 291.05º | 0.73% | 0.69% | - |
| HSV(B) | 291.05º | 0.49% | 0.92% | - |
| XYZ | 50.18 | 34.13 | 81.78 | - |
| YUV | 162 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 234 | 0.07 | 0.49 | 0 | 0.08 | 291.05 | 0.73 | 0.69 |
| Hex | D9 | 78 | EA | 7 | 31 | 0 | 8 | 123 | 49 | 45 |
| Octal | 331 | 170 | 352 | 7 | 61 | 0 | 10 | 443 | 111 | 105 |
| Binary | 11011001 | 1111000 | 11101010 | 111 | 110001 | 0 | 1000 | 100100011 | 1001001 | 1000101 |
Color Harmonies of #D978EA
Complementary color
Monochromatic Colors of #D978EA
Black with #D978EA
Text Example
Text Example
White with #D978EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978EA; }
p { color: rgb(217,120,234); }
H1.HeaderClassName
{
color: #D978EA;
}
.AnyTagClassName
{
color: #D978EA;
}
</style>
background-color css
<style>
a { background-color: #D978EA; }
a { background-color: rgb(217,120,234); }
div.DivClassName
{
background-color: #D978EA;
}
.BgClassName
{
background-color: #D978EA;
}
</style>
border-color css
<style>
span { border-color: #D978EA; }
span { border-color: rgb(217,120,234); }
td.TdClassName
{
border-color: #D978EA;
}
.TagClassName
{
border-color: #D978EA;
}
</style>