Shades of Heliotrope #D959F9
Tints of Heliotrope #D959F9
RGB
CMYK
RGB Variations
Color information
#D959F9 (or 0xD959F9) is known color: Heliotrope. HEX triplet: D9, 59 and F9. RGB value is (217,89,249). Sum of RGB (Red+Green+Blue) = 217+89+249=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #D959F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959F9 is #26A606. Grayscale: #919191. Windows color (decimal): -2532871 or 16341465. OLE color: 16341465.
HSL color Cylindrical-coordinate representation of color #D959F9: hue angle of 288º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D959F9 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 89 | 249 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.02 |
| HSL | 288º | 0.93% | 0.66% | - |
| HSV(B) | 288º | 0.64% | 0.98% | - |
| XYZ | 49.29 | 28.74 | 92.57 | - |
| YUV | 145.51 | 186.41 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 249 | 0.13 | 0.64 | 0 | 0.02 | 288 | 0.93 | 0.66 |
| Hex | D9 | 59 | F9 | D | 40 | 0 | 2 | 120 | 5D | 42 |
| Octal | 331 | 131 | 371 | 15 | 100 | 0 | 2 | 440 | 135 | 102 |
| Binary | 11011001 | 1011001 | 11111001 | 1101 | 1000000 | 0 | 10 | 100100000 | 1011101 | 1000010 |
Color Harmonies of #D959F9
Complementary color
Monochromatic Colors of #D959F9
Black with #D959F9
Text Example
Text Example
White with #D959F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959F9; }
p { color: rgb(217,89,249); }
H1.HeaderClassName
{
color: #D959F9;
}
.AnyTagClassName
{
color: #D959F9;
}
</style>
background-color css
<style>
a { background-color: #D959F9; }
a { background-color: rgb(217,89,249); }
div.DivClassName
{
background-color: #D959F9;
}
.BgClassName
{
background-color: #D959F9;
}
</style>
border-color css
<style>
span { border-color: #D959F9; }
span { border-color: rgb(217,89,249); }
td.TdClassName
{
border-color: #D959F9;
}
.TagClassName
{
border-color: #D959F9;
}
</style>