Shades of Heliotrope #DB59F1
Tints of Heliotrope #DB59F1
RGB
CMYK
RGB Variations
Color information
#DB59F1 (or 0xDB59F1) is known color: Heliotrope. HEX triplet: DB, 59 and F1. RGB value is (219,89,241). Sum of RGB (Red+Green+Blue) = 219+89+241=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB59F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59F1 is #24A60E. Grayscale: #909090. Windows color (decimal): -2401807 or 15817179. OLE color: 15817179.
HSL color Cylindrical-coordinate representation of color #DB59F1: hue angle of 291.32º degrees, saturation: 0.84, 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 #DB59F1 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 89 | 241 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.05 |
| HSL | 291.32º | 0.84% | 0.65% | - |
| HSV(B) | 291.32º | 0.63% | 0.95% | - |
| XYZ | 48.66 | 28.56 | 86.17 | - |
| YUV | 145.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 241 | 0.09 | 0.63 | 0 | 0.05 | 291.32 | 0.84 | 0.65 |
| Hex | DB | 59 | F1 | 9 | 3F | 0 | 5 | 123 | 54 | 41 |
| Octal | 333 | 131 | 361 | 11 | 77 | 0 | 5 | 443 | 124 | 101 |
| Binary | 11011011 | 1011001 | 11110001 | 1001 | 111111 | 0 | 101 | 100100011 | 1010100 | 1000001 |
Color Harmonies of #DB59F1
Complementary color
Monochromatic Colors of #DB59F1
Black with #DB59F1
Text Example
Text Example
White with #DB59F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59F1; }
p { color: rgb(219,89,241); }
H1.HeaderClassName
{
color: #DB59F1;
}
.AnyTagClassName
{
color: #DB59F1;
}
</style>
background-color css
<style>
a { background-color: #DB59F1; }
a { background-color: rgb(219,89,241); }
div.DivClassName
{
background-color: #DB59F1;
}
.BgClassName
{
background-color: #DB59F1;
}
</style>
border-color css
<style>
span { border-color: #DB59F1; }
span { border-color: rgb(219,89,241); }
td.TdClassName
{
border-color: #DB59F1;
}
.TagClassName
{
border-color: #DB59F1;
}
</style>