Shades of Heliotrope #DB58F2
Tints of Heliotrope #DB58F2
RGB
CMYK
RGB Variations
Color information
#DB58F2 (or 0xDB58F2) is known color: Heliotrope. HEX triplet: DB, 58 and F2. RGB value is (219,88,242). Sum of RGB (Red+Green+Blue) = 219+88+242=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 88 (34.77% from 255 or 16.03% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB58F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58F2 is #24A70D. Grayscale: #909090. Windows color (decimal): -2402062 or 15882459. OLE color: 15882459.
HSL color Cylindrical-coordinate representation of color #DB58F2: hue angle of 291.04º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB58F2 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 88 | 242 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.05 |
| HSL | 291.04º | 0.86% | 0.65% | - |
| HSV(B) | 291.04º | 0.64% | 0.95% | - |
| XYZ | 48.73 | 28.45 | 86.93 | - |
| YUV | 144.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 242 | 0.10 | 0.64 | 0 | 0.05 | 291.04 | 0.86 | 0.65 |
| Hex | DB | 58 | F2 | A | 40 | 0 | 5 | 123 | 56 | 41 |
| Octal | 333 | 130 | 362 | 12 | 100 | 0 | 5 | 443 | 126 | 101 |
| Binary | 11011011 | 1011000 | 11110010 | 1010 | 1000000 | 0 | 101 | 100100011 | 1010110 | 1000001 |
Color Harmonies of #DB58F2
Complementary color
Monochromatic Colors of #DB58F2
Black with #DB58F2
Text Example
Text Example
White with #DB58F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58F2; }
p { color: rgb(219,88,242); }
H1.HeaderClassName
{
color: #DB58F2;
}
.AnyTagClassName
{
color: #DB58F2;
}
</style>
background-color css
<style>
a { background-color: #DB58F2; }
a { background-color: rgb(219,88,242); }
div.DivClassName
{
background-color: #DB58F2;
}
.BgClassName
{
background-color: #DB58F2;
}
</style>
border-color css
<style>
span { border-color: #DB58F2; }
span { border-color: rgb(219,88,242); }
td.TdClassName
{
border-color: #DB58F2;
}
.TagClassName
{
border-color: #DB58F2;
}
</style>