Shades of Heliotrope #D978FA
Tints of Heliotrope #D978FA
RGB
CMYK
RGB Variations
Color information
#D978FA (or 0xD978FA) is known color: Heliotrope. HEX triplet: D9, 78 and FA. RGB value is (217,120,250). Sum of RGB (Red+Green+Blue) = 217+120+250=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #D978FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978FA is #268705. Grayscale: #A3A3A3. Windows color (decimal): -2524934 or 16414937. OLE color: 16414937.
HSL color Cylindrical-coordinate representation of color #D978FA: hue angle of 284.77º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D978FA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 120 | 250 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.02 |
| HSL | 284.77º | 0.93% | 0.73% | - |
| HSV(B) | 284.77º | 0.52% | 0.98% | - |
| XYZ | 52.59 | 35.09 | 94.44 | - |
| YUV | 163.82 | 176.64 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 250 | 0.13 | 0.52 | 0 | 0.02 | 284.77 | 0.93 | 0.73 |
| Hex | D9 | 78 | FA | D | 34 | 0 | 2 | 11D | 5D | 49 |
| Octal | 331 | 170 | 372 | 15 | 64 | 0 | 2 | 435 | 135 | 111 |
| Binary | 11011001 | 1111000 | 11111010 | 1101 | 110100 | 0 | 10 | 100011101 | 1011101 | 1001001 |
Color Harmonies of #D978FA
Complementary color
Monochromatic Colors of #D978FA
Black with #D978FA
Text Example
Text Example
White with #D978FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978FA; }
p { color: rgb(217,120,250); }
H1.HeaderClassName
{
color: #D978FA;
}
.AnyTagClassName
{
color: #D978FA;
}
</style>
background-color css
<style>
a { background-color: #D978FA; }
a { background-color: rgb(217,120,250); }
div.DivClassName
{
background-color: #D978FA;
}
.BgClassName
{
background-color: #D978FA;
}
</style>
border-color css
<style>
span { border-color: #D978FA; }
span { border-color: rgb(217,120,250); }
td.TdClassName
{
border-color: #D978FA;
}
.TagClassName
{
border-color: #D978FA;
}
</style>