Shades of Heliotrope #DB59FE
Tints of Heliotrope #DB59FE
RGB
CMYK
RGB Variations
Color information
#DB59FE (or 0xDB59FE) is known color: Heliotrope. HEX triplet: DB, 59 and FE. RGB value is (219,89,254). Sum of RGB (Red+Green+Blue) = 219+89+254=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 89 (35.16% from 255 or 15.84% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB59FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB59FE is #24A601. Grayscale: #929292. Windows color (decimal): -2401794 or 16669147. OLE color: 16669147.
HSL color Cylindrical-coordinate representation of color #DB59FE: hue angle of 287.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB59FE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 89 | 254 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.00 |
| HSL | 287.27º | 0.99% | 0.67% | - |
| HSV(B) | 287.27º | 0.65% | 1% | - |
| XYZ | 50.68 | 29.36 | 96.76 | - |
| YUV | 146.68 | 188.57 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 89 | 254 | 0.14 | 0.65 | 0 | 0.00 | 287.27 | 0.99 | 0.67 |
| Hex | DB | 59 | FE | E | 41 | 0 | 0 | 11F | 63 | 43 |
| Octal | 333 | 131 | 376 | 16 | 101 | 0 | 0 | 437 | 143 | 103 |
| Binary | 11011011 | 1011001 | 11111110 | 1110 | 1000001 | 0 | 0 | 100011111 | 1100011 | 1000011 |
Color Harmonies of #DB59FE
Complementary color
Monochromatic Colors of #DB59FE
Black with #DB59FE
Text Example
Text Example
White with #DB59FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB59FE; }
p { color: rgb(219,89,254); }
H1.HeaderClassName
{
color: #DB59FE;
}
.AnyTagClassName
{
color: #DB59FE;
}
</style>
background-color css
<style>
a { background-color: #DB59FE; }
a { background-color: rgb(219,89,254); }
div.DivClassName
{
background-color: #DB59FE;
}
.BgClassName
{
background-color: #DB59FE;
}
</style>
border-color css
<style>
span { border-color: #DB59FE; }
span { border-color: rgb(219,89,254); }
td.TdClassName
{
border-color: #DB59FE;
}
.TagClassName
{
border-color: #DB59FE;
}
</style>