Shades of Heliotrope #DB53FE
Tints of Heliotrope #DB53FE
RGB
CMYK
RGB Variations
Color information
#DB53FE (or 0xDB53FE) is known color: Heliotrope. HEX triplet: DB, 53 and FE. RGB value is (219,83,254). Sum of RGB (Red+Green+Blue) = 219+83+254=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53FE is #24AC01. Grayscale: #8E8E8E. Windows color (decimal): -2403330 or 16667611. OLE color: 16667611.
HSL color Cylindrical-coordinate representation of color #DB53FE: hue angle of 287.72º 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 #DB53FE is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 83 | 254 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.00 |
| HSL | 287.72º | 0.99% | 0.66% | - |
| HSV(B) | 287.72º | 0.67% | 1% | - |
| XYZ | 50.2 | 28.4 | 96.6 | - |
| YUV | 143.16 | 190.56 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 254 | 0.14 | 0.67 | 0 | 0.00 | 287.72 | 0.99 | 0.66 |
| Hex | DB | 53 | FE | E | 43 | 0 | 0 | 120 | 63 | 42 |
| Octal | 333 | 123 | 376 | 16 | 103 | 0 | 0 | 440 | 143 | 102 |
| Binary | 11011011 | 1010011 | 11111110 | 1110 | 1000011 | 0 | 0 | 100100000 | 1100011 | 1000010 |
Color Harmonies of #DB53FE
Complementary color
Monochromatic Colors of #DB53FE
Black with #DB53FE
Text Example
Text Example
White with #DB53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53FE; }
p { color: rgb(219,83,254); }
H1.HeaderClassName
{
color: #DB53FE;
}
.AnyTagClassName
{
color: #DB53FE;
}
</style>
background-color css
<style>
a { background-color: #DB53FE; }
a { background-color: rgb(219,83,254); }
div.DivClassName
{
background-color: #DB53FE;
}
.BgClassName
{
background-color: #DB53FE;
}
</style>
border-color css
<style>
span { border-color: #DB53FE; }
span { border-color: rgb(219,83,254); }
td.TdClassName
{
border-color: #DB53FE;
}
.TagClassName
{
border-color: #DB53FE;
}
</style>