Shades of Heliotrope #DB53FC
Tints of Heliotrope #DB53FC
RGB
CMYK
RGB Variations
Color information
#DB53FC (or 0xDB53FC) is known color: Heliotrope. HEX triplet: DB, 53 and FC. RGB value is (219,83,252). Sum of RGB (Red+Green+Blue) = 219+83+252=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53FC is #24AC03. Grayscale: #8E8E8E. Windows color (decimal): -2403332 or 16536539. OLE color: 16536539.
HSL color Cylindrical-coordinate representation of color #DB53FC: hue angle of 288.28º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB53FC is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 83 | 252 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.01 |
| HSL | 288.28º | 0.97% | 0.66% | - |
| HSV(B) | 288.28º | 0.67% | 0.99% | - |
| XYZ | 49.88 | 28.27 | 94.92 | - |
| YUV | 142.93 | 189.56 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 252 | 0.13 | 0.67 | 0 | 0.01 | 288.28 | 0.97 | 0.66 |
| Hex | DB | 53 | FC | D | 43 | 0 | 1 | 120 | 61 | 42 |
| Octal | 333 | 123 | 374 | 15 | 103 | 0 | 1 | 440 | 141 | 102 |
| Binary | 11011011 | 1010011 | 11111100 | 1101 | 1000011 | 0 | 1 | 100100000 | 1100001 | 1000010 |
Color Harmonies of #DB53FC
Complementary color
Monochromatic Colors of #DB53FC
Black with #DB53FC
Text Example
Text Example
White with #DB53FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53FC; }
p { color: rgb(219,83,252); }
H1.HeaderClassName
{
color: #DB53FC;
}
.AnyTagClassName
{
color: #DB53FC;
}
</style>
background-color css
<style>
a { background-color: #DB53FC; }
a { background-color: rgb(219,83,252); }
div.DivClassName
{
background-color: #DB53FC;
}
.BgClassName
{
background-color: #DB53FC;
}
</style>
border-color css
<style>
span { border-color: #DB53FC; }
span { border-color: rgb(219,83,252); }
td.TdClassName
{
border-color: #DB53FC;
}
.TagClassName
{
border-color: #DB53FC;
}
</style>