Shades of Heliotrope #D059F2
Tints of Heliotrope #D059F2
RGB
CMYK
RGB Variations
Color information
#D059F2 (or 0xD059F2) is known color: Heliotrope. HEX triplet: D0, 59 and F2. RGB value is (208,89,242). Sum of RGB (Red+Green+Blue) = 208+89+242=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 89 (35.16% from 255 or 16.51% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #D059F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059F2 is #2FA60D. Grayscale: #8D8D8D. Windows color (decimal): -3122702 or 15882704. OLE color: 15882704.
HSL color Cylindrical-coordinate representation of color #D059F2: hue angle of 286.67º 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 #D059F2 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 89 | 242 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.05 |
| HSL | 286.67º | 0.85% | 0.65% | - |
| HSV(B) | 286.67º | 0.63% | 0.95% | - |
| XYZ | 45.61 | 26.97 | 86.81 | - |
| YUV | 142.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 242 | 0.14 | 0.63 | 0 | 0.05 | 286.67 | 0.85 | 0.65 |
| Hex | D0 | 59 | F2 | E | 3F | 0 | 5 | 11F | 55 | 41 |
| Octal | 320 | 131 | 362 | 16 | 77 | 0 | 5 | 437 | 125 | 101 |
| Binary | 11010000 | 1011001 | 11110010 | 1110 | 111111 | 0 | 101 | 100011111 | 1010101 | 1000001 |
Color Harmonies of #D059F2
Complementary color
Monochromatic Colors of #D059F2
Black with #D059F2
Text Example
Text Example
White with #D059F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059F2; }
p { color: rgb(208,89,242); }
H1.HeaderClassName
{
color: #D059F2;
}
.AnyTagClassName
{
color: #D059F2;
}
</style>
background-color css
<style>
a { background-color: #D059F2; }
a { background-color: rgb(208,89,242); }
div.DivClassName
{
background-color: #D059F2;
}
.BgClassName
{
background-color: #D059F2;
}
</style>
border-color css
<style>
span { border-color: #D059F2; }
span { border-color: rgb(208,89,242); }
td.TdClassName
{
border-color: #D059F2;
}
.TagClassName
{
border-color: #D059F2;
}
</style>