Shades of Heliotrope #D959F1
Tints of Heliotrope #D959F1
RGB
CMYK
RGB Variations
Color information
#D959F1 (or 0xD959F1) is known color: Heliotrope. HEX triplet: D9, 59 and F1. RGB value is (217,89,241). Sum of RGB (Red+Green+Blue) = 217+89+241=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 89 (35.16% from 255 or 16.27% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #D959F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D959F1 is #26A60E. Grayscale: #909090. Windows color (decimal): -2532879 or 15817177. OLE color: 15817177.
HSL color Cylindrical-coordinate representation of color #D959F1: hue angle of 290.53º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D959F1 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 89 | 241 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.05 |
| HSL | 290.53º | 0.84% | 0.65% | - |
| HSV(B) | 290.53º | 0.63% | 0.95% | - |
| XYZ | 48.06 | 28.25 | 86.14 | - |
| YUV | 144.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 89 | 241 | 0.10 | 0.63 | 0 | 0.05 | 290.53 | 0.84 | 0.65 |
| Hex | D9 | 59 | F1 | A | 3F | 0 | 5 | 123 | 54 | 41 |
| Octal | 331 | 131 | 361 | 12 | 77 | 0 | 5 | 443 | 124 | 101 |
| Binary | 11011001 | 1011001 | 11110001 | 1010 | 111111 | 0 | 101 | 100100011 | 1010100 | 1000001 |
Color Harmonies of #D959F1
Complementary color
Monochromatic Colors of #D959F1
Black with #D959F1
Text Example
Text Example
White with #D959F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D959F1; }
p { color: rgb(217,89,241); }
H1.HeaderClassName
{
color: #D959F1;
}
.AnyTagClassName
{
color: #D959F1;
}
</style>
background-color css
<style>
a { background-color: #D959F1; }
a { background-color: rgb(217,89,241); }
div.DivClassName
{
background-color: #D959F1;
}
.BgClassName
{
background-color: #D959F1;
}
</style>
border-color css
<style>
span { border-color: #D959F1; }
span { border-color: rgb(217,89,241); }
td.TdClassName
{
border-color: #D959F1;
}
.TagClassName
{
border-color: #D959F1;
}
</style>