Shades of Heliotrope #D059FC
Tints of Heliotrope #D059FC
RGB
CMYK
RGB Variations
Color information
#D059FC (or 0xD059FC) is known color: Heliotrope. HEX triplet: D0, 59 and FC. RGB value is (208,89,252). Sum of RGB (Red+Green+Blue) = 208+89+252=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #D059FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059FC is #2FA603. Grayscale: #8E8E8E. Windows color (decimal): -3122692 or 16538064. OLE color: 16538064.
HSL color Cylindrical-coordinate representation of color #D059FC: hue angle of 283.8º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D059FC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 89 | 252 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.01 |
| HSL | 283.8º | 0.96% | 0.67% | - |
| HSV(B) | 283.8º | 0.65% | 0.99% | - |
| XYZ | 47.16 | 27.58 | 94.93 | - |
| YUV | 143.16 | 189.42 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 252 | 0.17 | 0.65 | 0 | 0.01 | 283.8 | 0.96 | 0.67 |
| Hex | D0 | 59 | FC | 11 | 41 | 0 | 1 | 11C | 60 | 43 |
| Octal | 320 | 131 | 374 | 21 | 101 | 0 | 1 | 434 | 140 | 103 |
| Binary | 11010000 | 1011001 | 11111100 | 10001 | 1000001 | 0 | 1 | 100011100 | 1100000 | 1000011 |
Color Harmonies of #D059FC
Complementary color
Monochromatic Colors of #D059FC
Black with #D059FC
Text Example
Text Example
White with #D059FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059FC; }
p { color: rgb(208,89,252); }
H1.HeaderClassName
{
color: #D059FC;
}
.AnyTagClassName
{
color: #D059FC;
}
</style>
background-color css
<style>
a { background-color: #D059FC; }
a { background-color: rgb(208,89,252); }
div.DivClassName
{
background-color: #D059FC;
}
.BgClassName
{
background-color: #D059FC;
}
</style>
border-color css
<style>
span { border-color: #D059FC; }
span { border-color: rgb(208,89,252); }
td.TdClassName
{
border-color: #D059FC;
}
.TagClassName
{
border-color: #D059FC;
}
</style>