Shades of Heliotrope #DB54FB
Tints of Heliotrope #DB54FB
RGB
CMYK
RGB Variations
Color information
#DB54FB (or 0xDB54FB) is known color: Heliotrope. HEX triplet: DB, 54 and FB. RGB value is (219,84,251). Sum of RGB (Red+Green+Blue) = 219+84+251=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 84 (33.20% from 255 or 15.16% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB54FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB54FB is #24AB04. Grayscale: #8E8E8E. Windows color (decimal): -2403077 or 16471259. OLE color: 16471259.
HSL color Cylindrical-coordinate representation of color #DB54FB: hue angle of 288.5º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB54FB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 84 | 251 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.02 |
| HSL | 288.5º | 0.95% | 0.66% | - |
| HSV(B) | 288.5º | 0.67% | 0.98% | - |
| XYZ | 49.8 | 28.37 | 94.12 | - |
| YUV | 143.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 251 | 0.13 | 0.67 | 0 | 0.02 | 288.5 | 0.95 | 0.66 |
| Hex | DB | 54 | FB | D | 43 | 0 | 2 | 121 | 5F | 42 |
| Octal | 333 | 124 | 373 | 15 | 103 | 0 | 2 | 441 | 137 | 102 |
| Binary | 11011011 | 1010100 | 11111011 | 1101 | 1000011 | 0 | 10 | 100100001 | 1011111 | 1000010 |
Color Harmonies of #DB54FB
Complementary color
Monochromatic Colors of #DB54FB
Black with #DB54FB
Text Example
Text Example
White with #DB54FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54FB; }
p { color: rgb(219,84,251); }
H1.HeaderClassName
{
color: #DB54FB;
}
.AnyTagClassName
{
color: #DB54FB;
}
</style>
background-color css
<style>
a { background-color: #DB54FB; }
a { background-color: rgb(219,84,251); }
div.DivClassName
{
background-color: #DB54FB;
}
.BgClassName
{
background-color: #DB54FB;
}
</style>
border-color css
<style>
span { border-color: #DB54FB; }
span { border-color: rgb(219,84,251); }
td.TdClassName
{
border-color: #DB54FB;
}
.TagClassName
{
border-color: #DB54FB;
}
</style>