Shades of Heliotrope #D059FB
Tints of Heliotrope #D059FB
RGB
CMYK
RGB Variations
Color information
#D059FB (or 0xD059FB) is known color: Heliotrope. HEX triplet: D0, 59 and FB. RGB value is (208,89,251). Sum of RGB (Red+Green+Blue) = 208+89+251=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 89 (35.16% from 255 or 16.24% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #D059FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059FB is #2FA604. Grayscale: #8E8E8E. Windows color (decimal): -3122693 or 16472528. OLE color: 16472528.
HSL color Cylindrical-coordinate representation of color #D059FB: hue angle of 284.07º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D059FB is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 89 | 251 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.02 |
| HSL | 284.07º | 0.95% | 0.67% | - |
| HSV(B) | 284.07º | 0.65% | 0.98% | - |
| XYZ | 47 | 27.52 | 94.1 | - |
| YUV | 143.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 251 | 0.17 | 0.65 | 0 | 0.02 | 284.07 | 0.95 | 0.67 |
| Hex | D0 | 59 | FB | 11 | 41 | 0 | 2 | 11C | 5F | 43 |
| Octal | 320 | 131 | 373 | 21 | 101 | 0 | 2 | 434 | 137 | 103 |
| Binary | 11010000 | 1011001 | 11111011 | 10001 | 1000001 | 0 | 10 | 100011100 | 1011111 | 1000011 |
Color Harmonies of #D059FB
Complementary color
Monochromatic Colors of #D059FB
Black with #D059FB
Text Example
Text Example
White with #D059FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059FB; }
p { color: rgb(208,89,251); }
H1.HeaderClassName
{
color: #D059FB;
}
.AnyTagClassName
{
color: #D059FB;
}
</style>
background-color css
<style>
a { background-color: #D059FB; }
a { background-color: rgb(208,89,251); }
div.DivClassName
{
background-color: #D059FB;
}
.BgClassName
{
background-color: #D059FB;
}
</style>
border-color css
<style>
span { border-color: #D059FB; }
span { border-color: rgb(208,89,251); }
td.TdClassName
{
border-color: #D059FB;
}
.TagClassName
{
border-color: #D059FB;
}
</style>