Shades of Heliotrope #DB59FB
Tints of Heliotrope #DB59FB
RGB
CMYK
RGB Variations
Color information
#DB59FB (or 0xDB59FB) is known color: Heliotrope. HEX triplet: DB, 59 and FB. RGB value is (219,89,251). Sum of RGB (Red+Green+Blue) = 219+89+251=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB59FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59FB is #24A604. Grayscale: #919191. Windows color (decimal): -2401797 or 16472539. OLE color: 16472539.
HSL color Cylindrical-coordinate representation of color #DB59FB: hue angle of 288.15º 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 #DB59FB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 89 | 251 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.02 |
| HSL | 288.15º | 0.95% | 0.67% | - |
| HSV(B) | 288.15º | 0.65% | 0.98% | - |
| XYZ | 50.2 | 29.17 | 94.25 | - |
| YUV | 146.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 251 | 0.13 | 0.65 | 0 | 0.02 | 288.15 | 0.95 | 0.67 |
| Hex | DB | 59 | FB | D | 41 | 0 | 2 | 120 | 5F | 43 |
| Octal | 333 | 131 | 373 | 15 | 101 | 0 | 2 | 440 | 137 | 103 |
| Binary | 11011011 | 1011001 | 11111011 | 1101 | 1000001 | 0 | 10 | 100100000 | 1011111 | 1000011 |
Color Harmonies of #DB59FB
Complementary color
Monochromatic Colors of #DB59FB
Black with #DB59FB
Text Example
Text Example
White with #DB59FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59FB; }
p { color: rgb(219,89,251); }
H1.HeaderClassName
{
color: #DB59FB;
}
.AnyTagClassName
{
color: #DB59FB;
}
</style>
background-color css
<style>
a { background-color: #DB59FB; }
a { background-color: rgb(219,89,251); }
div.DivClassName
{
background-color: #DB59FB;
}
.BgClassName
{
background-color: #DB59FB;
}
</style>
border-color css
<style>
span { border-color: #DB59FB; }
span { border-color: rgb(219,89,251); }
td.TdClassName
{
border-color: #DB59FB;
}
.TagClassName
{
border-color: #DB59FB;
}
</style>