Shades of Heliotrope #DB53FF
Tints of Heliotrope #DB53FF
RGB
CMYK
RGB Variations
Color information
#DB53FF (or 0xDB53FF) is known color: Heliotrope. HEX triplet: DB, 53 and FF. RGB value is (219,83,255). Sum of RGB (Red+Green+Blue) = 219+83+255=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB53FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53FF is #24AC00. Grayscale: #8E8E8E. Windows color (decimal): -2403329 or 16733147. OLE color: 16733147.
HSL color Cylindrical-coordinate representation of color #DB53FF: hue angle of 287.44º 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 #DB53FF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 83 | 255 | - |
| CMYK | 0.14 | 0.67 | 0 | 0 |
| HSL | 287.44º | 1% | 0.66% | - |
| HSV(B) | 287.44º | 0.67% | 1% | - |
| XYZ | 50.36 | 28.47 | 97.45 | - |
| YUV | 143.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 255 | 0.14 | 0.67 | 0 | 0 | 287.44 | 1 | 0.66 |
| Hex | DB | 53 | FF | E | 43 | 0 | 0 | 11F | 64 | 42 |
| Octal | 333 | 123 | 377 | 16 | 103 | 0 | 0 | 437 | 144 | 102 |
| Binary | 11011011 | 1010011 | 11111111 | 1110 | 1000011 | 0 | 0 | 100011111 | 1100100 | 1000010 |
Color Harmonies of #DB53FF
Complementary color
Monochromatic Colors of #DB53FF
Black with #DB53FF
Text Example
Text Example
White with #DB53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53FF; }
p { color: rgb(219,83,255); }
H1.HeaderClassName
{
color: #DB53FF;
}
.AnyTagClassName
{
color: #DB53FF;
}
</style>
background-color css
<style>
a { background-color: #DB53FF; }
a { background-color: rgb(219,83,255); }
div.DivClassName
{
background-color: #DB53FF;
}
.BgClassName
{
background-color: #DB53FF;
}
</style>
border-color css
<style>
span { border-color: #DB53FF; }
span { border-color: rgb(219,83,255); }
td.TdClassName
{
border-color: #DB53FF;
}
.TagClassName
{
border-color: #DB53FF;
}
</style>