Shades of Heliotrope #DB54FF
Tints of Heliotrope #DB54FF
RGB
CMYK
RGB Variations
Color information
#DB54FF (or 0xDB54FF) is known color: Heliotrope. HEX triplet: DB, 54 and FF. RGB value is (219,84,255). Sum of RGB (Red+Green+Blue) = 219+84+255=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 84 (33.20% from 255 or 15.05% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB54FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB54FF is #24AB00. Grayscale: #8F8F8F. Windows color (decimal): -2403073 or 16733403. OLE color: 16733403.
HSL color Cylindrical-coordinate representation of color #DB54FF: hue angle of 287.37º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB54FF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 84 | 255 | - |
| CMYK | 0.14 | 0.67 | 0 | 0 |
| HSL | 287.37º | 1% | 0.66% | - |
| HSV(B) | 287.37º | 0.67% | 1% | - |
| XYZ | 50.43 | 28.62 | 97.47 | - |
| YUV | 143.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 255 | 0.14 | 0.67 | 0 | 0 | 287.37 | 1 | 0.66 |
| Hex | DB | 54 | FF | E | 43 | 0 | 0 | 11F | 64 | 42 |
| Octal | 333 | 124 | 377 | 16 | 103 | 0 | 0 | 437 | 144 | 102 |
| Binary | 11011011 | 1010100 | 11111111 | 1110 | 1000011 | 0 | 0 | 100011111 | 1100100 | 1000010 |
Color Harmonies of #DB54FF
Complementary color
Monochromatic Colors of #DB54FF
Black with #DB54FF
Text Example
Text Example
White with #DB54FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54FF; }
p { color: rgb(219,84,255); }
H1.HeaderClassName
{
color: #DB54FF;
}
.AnyTagClassName
{
color: #DB54FF;
}
</style>
background-color css
<style>
a { background-color: #DB54FF; }
a { background-color: rgb(219,84,255); }
div.DivClassName
{
background-color: #DB54FF;
}
.BgClassName
{
background-color: #DB54FF;
}
</style>
border-color css
<style>
span { border-color: #DB54FF; }
span { border-color: rgb(219,84,255); }
td.TdClassName
{
border-color: #DB54FF;
}
.TagClassName
{
border-color: #DB54FF;
}
</style>