Shades of Heliotrope #D978EE
Tints of Heliotrope #D978EE
RGB
CMYK
RGB Variations
Color information
#D978EE (or 0xD978EE) is known color: Heliotrope. HEX triplet: D9, 78 and EE. RGB value is (217,120,238). Sum of RGB (Red+Green+Blue) = 217+120+238=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #D978EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978EE is #268711. Grayscale: #A2A2A2. Windows color (decimal): -2524946 or 15628505. OLE color: 15628505.
HSL color Cylindrical-coordinate representation of color #D978EE: hue angle of 289.32º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D978EE is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 120 | 238 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.07 |
| HSL | 289.32º | 0.78% | 0.7% | - |
| HSV(B) | 289.32º | 0.5% | 0.93% | - |
| XYZ | 50.76 | 34.36 | 84.85 | - |
| YUV | 162.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 238 | 0.09 | 0.50 | 0 | 0.07 | 289.32 | 0.78 | 0.7 |
| Hex | D9 | 78 | EE | 9 | 32 | 0 | 7 | 121 | 4E | 46 |
| Octal | 331 | 170 | 356 | 11 | 62 | 0 | 7 | 441 | 116 | 106 |
| Binary | 11011001 | 1111000 | 11101110 | 1001 | 110010 | 0 | 111 | 100100001 | 1001110 | 1000110 |
Color Harmonies of #D978EE
Complementary color
Monochromatic Colors of #D978EE
Black with #D978EE
Text Example
Text Example
White with #D978EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978EE; }
p { color: rgb(217,120,238); }
H1.HeaderClassName
{
color: #D978EE;
}
.AnyTagClassName
{
color: #D978EE;
}
</style>
background-color css
<style>
a { background-color: #D978EE; }
a { background-color: rgb(217,120,238); }
div.DivClassName
{
background-color: #D978EE;
}
.BgClassName
{
background-color: #D978EE;
}
</style>
border-color css
<style>
span { border-color: #D978EE; }
span { border-color: rgb(217,120,238); }
td.TdClassName
{
border-color: #D978EE;
}
.TagClassName
{
border-color: #D978EE;
}
</style>