Shades of Heliotrope #D978FF
Tints of Heliotrope #D978FF
RGB
CMYK
RGB Variations
Color information
#D978FF (or 0xD978FF) is known color: Heliotrope. HEX triplet: D9, 78 and FF. RGB value is (217,120,255). Sum of RGB (Red+Green+Blue) = 217+120+255=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #D978FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978FF is #268700. Grayscale: #A3A3A3. Windows color (decimal): -2524929 or 16742617. OLE color: 16742617.
HSL color Cylindrical-coordinate representation of color #D978FF: hue angle of 283.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D978FF is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 120 | 255 | - |
| CMYK | 0.15 | 0.53 | 0 | 0 |
| HSL | 283.11º | 1% | 0.74% | - |
| HSV(B) | 283.11º | 0.53% | 1% | - |
| XYZ | 53.38 | 35.4 | 98.63 | - |
| YUV | 164.39 | 179.14 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 255 | 0.15 | 0.53 | 0 | 0 | 283.11 | 1 | 0.74 |
| Hex | D9 | 78 | FF | F | 35 | 0 | 0 | 11B | 64 | 4A |
| Octal | 331 | 170 | 377 | 17 | 65 | 0 | 0 | 433 | 144 | 112 |
| Binary | 11011001 | 1111000 | 11111111 | 1111 | 110101 | 0 | 0 | 100011011 | 1100100 | 1001010 |
Color Harmonies of #D978FF
Complementary color
Monochromatic Colors of #D978FF
Black with #D978FF
Text Example
Text Example
White with #D978FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978FF; }
p { color: rgb(217,120,255); }
H1.HeaderClassName
{
color: #D978FF;
}
.AnyTagClassName
{
color: #D978FF;
}
</style>
background-color css
<style>
a { background-color: #D978FF; }
a { background-color: rgb(217,120,255); }
div.DivClassName
{
background-color: #D978FF;
}
.BgClassName
{
background-color: #D978FF;
}
</style>
border-color css
<style>
span { border-color: #D978FF; }
span { border-color: rgb(217,120,255); }
td.TdClassName
{
border-color: #D978FF;
}
.TagClassName
{
border-color: #D978FF;
}
</style>