Shades of Heliotrope #DB58FC
Tints of Heliotrope #DB58FC
RGB
CMYK
RGB Variations
Color information
#DB58FC (or 0xDB58FC) is known color: Heliotrope. HEX triplet: DB, 58 and FC. RGB value is (219,88,252). Sum of RGB (Red+Green+Blue) = 219+88+252=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 88 (34.77% from 255 or 15.74% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB58FC is #24A703. Grayscale: #919191. Windows color (decimal): -2402052 or 16537819. OLE color: 16537819.
HSL color Cylindrical-coordinate representation of color #DB58FC: hue angle of 287.93º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB58FC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 88 | 252 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.01 |
| HSL | 287.93º | 0.96% | 0.67% | - |
| HSV(B) | 287.93º | 0.65% | 0.99% | - |
| XYZ | 50.27 | 29.07 | 95.06 | - |
| YUV | 145.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 252 | 0.13 | 0.65 | 0 | 0.01 | 287.93 | 0.96 | 0.67 |
| Hex | DB | 58 | FC | D | 41 | 0 | 1 | 120 | 60 | 43 |
| Octal | 333 | 130 | 374 | 15 | 101 | 0 | 1 | 440 | 140 | 103 |
| Binary | 11011011 | 1011000 | 11111100 | 1101 | 1000001 | 0 | 1 | 100100000 | 1100000 | 1000011 |
Color Harmonies of #DB58FC
Complementary color
Monochromatic Colors of #DB58FC
Black with #DB58FC
Text Example
Text Example
White with #DB58FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58FC; }
p { color: rgb(219,88,252); }
H1.HeaderClassName
{
color: #DB58FC;
}
.AnyTagClassName
{
color: #DB58FC;
}
</style>
background-color css
<style>
a { background-color: #DB58FC; }
a { background-color: rgb(219,88,252); }
div.DivClassName
{
background-color: #DB58FC;
}
.BgClassName
{
background-color: #DB58FC;
}
</style>
border-color css
<style>
span { border-color: #DB58FC; }
span { border-color: rgb(219,88,252); }
td.TdClassName
{
border-color: #DB58FC;
}
.TagClassName
{
border-color: #DB58FC;
}
</style>