Shades of Heliotrope #DB58F1
Tints of Heliotrope #DB58F1
RGB
CMYK
RGB Variations
Color information
#DB58F1 (or 0xDB58F1) is known color: Heliotrope. HEX triplet: DB, 58 and F1. RGB value is (219,88,241). Sum of RGB (Red+Green+Blue) = 219+88+241=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 88 (34.77% from 255 or 16.06% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB58F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58F1 is #24A70E. Grayscale: #909090. Windows color (decimal): -2402063 or 15816923. OLE color: 15816923.
HSL color Cylindrical-coordinate representation of color #DB58F1: hue angle of 291.37º 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 #DB58F1 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 88 | 241 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.05 |
| HSL | 291.37º | 0.85% | 0.65% | - |
| HSV(B) | 291.37º | 0.63% | 0.95% | - |
| XYZ | 48.58 | 28.39 | 86.14 | - |
| YUV | 144.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 241 | 0.09 | 0.63 | 0 | 0.05 | 291.37 | 0.85 | 0.65 |
| Hex | DB | 58 | F1 | 9 | 3F | 0 | 5 | 123 | 55 | 41 |
| Octal | 333 | 130 | 361 | 11 | 77 | 0 | 5 | 443 | 125 | 101 |
| Binary | 11011011 | 1011000 | 11110001 | 1001 | 111111 | 0 | 101 | 100100011 | 1010101 | 1000001 |
Color Harmonies of #DB58F1
Complementary color
Monochromatic Colors of #DB58F1
Black with #DB58F1
Text Example
Text Example
White with #DB58F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58F1; }
p { color: rgb(219,88,241); }
H1.HeaderClassName
{
color: #DB58F1;
}
.AnyTagClassName
{
color: #DB58F1;
}
</style>
background-color css
<style>
a { background-color: #DB58F1; }
a { background-color: rgb(219,88,241); }
div.DivClassName
{
background-color: #DB58F1;
}
.BgClassName
{
background-color: #DB58F1;
}
</style>
border-color css
<style>
span { border-color: #DB58F1; }
span { border-color: rgb(219,88,241); }
td.TdClassName
{
border-color: #DB58F1;
}
.TagClassName
{
border-color: #DB58F1;
}
</style>