Shades of Heliotrope #D159F2
Tints of Heliotrope #D159F2
RGB
CMYK
RGB Variations
Color information
#D159F2 (or 0xD159F2) is known color: Heliotrope. HEX triplet: D1, 59 and F2. RGB value is (209,89,242). Sum of RGB (Red+Green+Blue) = 209+89+242=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #D159F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D159F2 is #2EA60D. Grayscale: #8D8D8D. Windows color (decimal): -3057166 or 15882705. OLE color: 15882705.
HSL color Cylindrical-coordinate representation of color #D159F2: hue angle of 287.06º degrees, saturation: 0.85, 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 #D159F2 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 89 | 242 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.05 |
| HSL | 287.06º | 0.85% | 0.65% | - |
| HSV(B) | 287.06º | 0.63% | 0.95% | - |
| XYZ | 45.89 | 27.11 | 86.82 | - |
| YUV | 142.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 89 | 242 | 0.14 | 0.63 | 0 | 0.05 | 287.06 | 0.85 | 0.65 |
| Hex | D1 | 59 | F2 | E | 3F | 0 | 5 | 11F | 55 | 41 |
| Octal | 321 | 131 | 362 | 16 | 77 | 0 | 5 | 437 | 125 | 101 |
| Binary | 11010001 | 1011001 | 11110010 | 1110 | 111111 | 0 | 101 | 100011111 | 1010101 | 1000001 |
Color Harmonies of #D159F2
Complementary color
Monochromatic Colors of #D159F2
Black with #D159F2
Text Example
Text Example
White with #D159F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D159F2; }
p { color: rgb(209,89,242); }
H1.HeaderClassName
{
color: #D159F2;
}
.AnyTagClassName
{
color: #D159F2;
}
</style>
background-color css
<style>
a { background-color: #D159F2; }
a { background-color: rgb(209,89,242); }
div.DivClassName
{
background-color: #D159F2;
}
.BgClassName
{
background-color: #D159F2;
}
</style>
border-color css
<style>
span { border-color: #D159F2; }
span { border-color: rgb(209,89,242); }
td.TdClassName
{
border-color: #D159F2;
}
.TagClassName
{
border-color: #D159F2;
}
</style>