Shades of Heliotrope #DB58FB
Tints of Heliotrope #DB58FB
RGB
CMYK
RGB Variations
Color information
#DB58FB (or 0xDB58FB) is known color: Heliotrope. HEX triplet: DB, 58 and FB. RGB value is (219,88,251). Sum of RGB (Red+Green+Blue) = 219+88+251=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 88 (34.77% from 255 or 15.77% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB58FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58FB is #24A704. Grayscale: #919191. Windows color (decimal): -2402053 or 16472283. OLE color: 16472283.
HSL color Cylindrical-coordinate representation of color #DB58FB: hue angle of 288.22º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB58FB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 88 | 251 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.02 |
| HSL | 288.22º | 0.95% | 0.66% | - |
| HSV(B) | 288.22º | 0.65% | 0.98% | - |
| XYZ | 50.12 | 29 | 94.22 | - |
| YUV | 145.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 251 | 0.13 | 0.65 | 0 | 0.02 | 288.22 | 0.95 | 0.66 |
| Hex | DB | 58 | FB | D | 41 | 0 | 2 | 120 | 5F | 42 |
| Octal | 333 | 130 | 373 | 15 | 101 | 0 | 2 | 440 | 137 | 102 |
| Binary | 11011011 | 1011000 | 11111011 | 1101 | 1000001 | 0 | 10 | 100100000 | 1011111 | 1000010 |
Color Harmonies of #DB58FB
Complementary color
Monochromatic Colors of #DB58FB
Black with #DB58FB
Text Example
Text Example
White with #DB58FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58FB; }
p { color: rgb(219,88,251); }
H1.HeaderClassName
{
color: #DB58FB;
}
.AnyTagClassName
{
color: #DB58FB;
}
</style>
background-color css
<style>
a { background-color: #DB58FB; }
a { background-color: rgb(219,88,251); }
div.DivClassName
{
background-color: #DB58FB;
}
.BgClassName
{
background-color: #DB58FB;
}
</style>
border-color css
<style>
span { border-color: #DB58FB; }
span { border-color: rgb(219,88,251); }
td.TdClassName
{
border-color: #DB58FB;
}
.TagClassName
{
border-color: #DB58FB;
}
</style>