Shades of Heliotrope #D978FE
Tints of Heliotrope #D978FE
RGB
CMYK
RGB Variations
Color information
#D978FE (or 0xD978FE) is known color: Heliotrope. HEX triplet: D9, 78 and FE. RGB value is (217,120,254). Sum of RGB (Red+Green+Blue) = 217+120+254=591 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.72% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #D978FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978FE is #268701. Grayscale: #A3A3A3. Windows color (decimal): -2524930 or 16677081. OLE color: 16677081.
HSL color Cylindrical-coordinate representation of color #D978FE: hue angle of 283.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D978FE is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 120 | 254 | - |
| CMYK | 0.15 | 0.53 | 0 | 0.00 |
| HSL | 283.43º | 0.99% | 0.73% | - |
| HSV(B) | 283.43º | 0.53% | 1% | - |
| XYZ | 53.22 | 35.34 | 97.78 | - |
| YUV | 164.28 | 178.64 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 254 | 0.15 | 0.53 | 0 | 0.00 | 283.43 | 0.99 | 0.73 |
| Hex | D9 | 78 | FE | F | 35 | 0 | 0 | 11B | 63 | 49 |
| Octal | 331 | 170 | 376 | 17 | 65 | 0 | 0 | 433 | 143 | 111 |
| Binary | 11011001 | 1111000 | 11111110 | 1111 | 110101 | 0 | 0 | 100011011 | 1100011 | 1001001 |
Color Harmonies of #D978FE
Complementary color
Monochromatic Colors of #D978FE
Black with #D978FE
Text Example
Text Example
White with #D978FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978FE; }
p { color: rgb(217,120,254); }
H1.HeaderClassName
{
color: #D978FE;
}
.AnyTagClassName
{
color: #D978FE;
}
</style>
background-color css
<style>
a { background-color: #D978FE; }
a { background-color: rgb(217,120,254); }
div.DivClassName
{
background-color: #D978FE;
}
.BgClassName
{
background-color: #D978FE;
}
</style>
border-color css
<style>
span { border-color: #D978FE; }
span { border-color: rgb(217,120,254); }
td.TdClassName
{
border-color: #D978FE;
}
.TagClassName
{
border-color: #D978FE;
}
</style>