Shades of Heliotrope #DB54FE
Tints of Heliotrope #DB54FE
RGB
CMYK
RGB Variations
Color information
#DB54FE (or 0xDB54FE) is known color: Heliotrope. HEX triplet: DB, 54 and FE. RGB value is (219,84,254). Sum of RGB (Red+Green+Blue) = 219+84+254=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 84 (33.20% from 255 or 15.08% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB54FE is #24AB01. Grayscale: #8F8F8F. Windows color (decimal): -2403074 or 16667867. OLE color: 16667867.
HSL color Cylindrical-coordinate representation of color #DB54FE: hue angle of 287.65º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB54FE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 84 | 254 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.00 |
| HSL | 287.65º | 0.99% | 0.66% | - |
| HSV(B) | 287.65º | 0.67% | 1% | - |
| XYZ | 50.27 | 28.56 | 96.63 | - |
| YUV | 143.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 254 | 0.14 | 0.67 | 0 | 0.00 | 287.65 | 0.99 | 0.66 |
| Hex | DB | 54 | FE | E | 43 | 0 | 0 | 120 | 63 | 42 |
| Octal | 333 | 124 | 376 | 16 | 103 | 0 | 0 | 440 | 143 | 102 |
| Binary | 11011011 | 1010100 | 11111110 | 1110 | 1000011 | 0 | 0 | 100100000 | 1100011 | 1000010 |
Color Harmonies of #DB54FE
Complementary color
Monochromatic Colors of #DB54FE
Black with #DB54FE
Text Example
Text Example
White with #DB54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54FE; }
p { color: rgb(219,84,254); }
H1.HeaderClassName
{
color: #DB54FE;
}
.AnyTagClassName
{
color: #DB54FE;
}
</style>
background-color css
<style>
a { background-color: #DB54FE; }
a { background-color: rgb(219,84,254); }
div.DivClassName
{
background-color: #DB54FE;
}
.BgClassName
{
background-color: #DB54FE;
}
</style>
border-color css
<style>
span { border-color: #DB54FE; }
span { border-color: rgb(219,84,254); }
td.TdClassName
{
border-color: #DB54FE;
}
.TagClassName
{
border-color: #DB54FE;
}
</style>