Shades of Heliotrope #D978F9
Tints of Heliotrope #D978F9
RGB
CMYK
RGB Variations
Color information
#D978F9 (or 0xD978F9) is known color: Heliotrope. HEX triplet: D9, 78 and F9. RGB value is (217,120,249). Sum of RGB (Red+Green+Blue) = 217+120+249=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #D978F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D978F9 is #268706. Grayscale: #A3A3A3. Windows color (decimal): -2524935 or 16349401. OLE color: 16349401.
HSL color Cylindrical-coordinate representation of color #D978F9: hue angle of 285.12º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D978F9 is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 120 | 249 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.02 |
| HSL | 285.12º | 0.91% | 0.72% | - |
| HSV(B) | 285.12º | 0.52% | 0.98% | - |
| XYZ | 52.43 | 35.02 | 93.62 | - |
| YUV | 163.71 | 176.14 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 120 | 249 | 0.13 | 0.52 | 0 | 0.02 | 285.12 | 0.91 | 0.72 |
| Hex | D9 | 78 | F9 | D | 34 | 0 | 2 | 11D | 5B | 48 |
| Octal | 331 | 170 | 371 | 15 | 64 | 0 | 2 | 435 | 133 | 110 |
| Binary | 11011001 | 1111000 | 11111001 | 1101 | 110100 | 0 | 10 | 100011101 | 1011011 | 1001000 |
Color Harmonies of #D978F9
Complementary color
Monochromatic Colors of #D978F9
Black with #D978F9
Text Example
Text Example
White with #D978F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D978F9; }
p { color: rgb(217,120,249); }
H1.HeaderClassName
{
color: #D978F9;
}
.AnyTagClassName
{
color: #D978F9;
}
</style>
background-color css
<style>
a { background-color: #D978F9; }
a { background-color: rgb(217,120,249); }
div.DivClassName
{
background-color: #D978F9;
}
.BgClassName
{
background-color: #D978F9;
}
</style>
border-color css
<style>
span { border-color: #D978F9; }
span { border-color: rgb(217,120,249); }
td.TdClassName
{
border-color: #D978F9;
}
.TagClassName
{
border-color: #D978F9;
}
</style>