Shades of Heliotrope #D059F0
Tints of Heliotrope #D059F0
RGB
CMYK
RGB Variations
Color information
#D059F0 (or 0xD059F0) is known color: Heliotrope. HEX triplet: D0, 59 and F0. RGB value is (208,89,240). Sum of RGB (Red+Green+Blue) = 208+89+240=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 89 (35.16% from 255 or 16.57% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #D059F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059F0 is #2FA60F. Grayscale: #8D8D8D. Windows color (decimal): -3122704 or 15751632. OLE color: 15751632.
HSL color Cylindrical-coordinate representation of color #D059F0: hue angle of 287.28º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D059F0 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 89 | 240 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.06 |
| HSL | 287.28º | 0.83% | 0.65% | - |
| HSV(B) | 287.28º | 0.63% | 0.94% | - |
| XYZ | 45.31 | 26.85 | 85.23 | - |
| YUV | 141.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 240 | 0.13 | 0.63 | 0 | 0.06 | 287.28 | 0.83 | 0.65 |
| Hex | D0 | 59 | F0 | D | 3F | 0 | 6 | 11F | 53 | 41 |
| Octal | 320 | 131 | 360 | 15 | 77 | 0 | 6 | 437 | 123 | 101 |
| Binary | 11010000 | 1011001 | 11110000 | 1101 | 111111 | 0 | 110 | 100011111 | 1010011 | 1000001 |
Color Harmonies of #D059F0
Complementary color
Monochromatic Colors of #D059F0
Black with #D059F0
Text Example
Text Example
White with #D059F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059F0; }
p { color: rgb(208,89,240); }
H1.HeaderClassName
{
color: #D059F0;
}
.AnyTagClassName
{
color: #D059F0;
}
</style>
background-color css
<style>
a { background-color: #D059F0; }
a { background-color: rgb(208,89,240); }
div.DivClassName
{
background-color: #D059F0;
}
.BgClassName
{
background-color: #D059F0;
}
</style>
border-color css
<style>
span { border-color: #D059F0; }
span { border-color: rgb(208,89,240); }
td.TdClassName
{
border-color: #D059F0;
}
.TagClassName
{
border-color: #D059F0;
}
</style>