Shades of Heliotrope #DB53FB
Tints of Heliotrope #DB53FB
RGB
CMYK
RGB Variations
Color information
#DB53FB (or 0xDB53FB) is known color: Heliotrope. HEX triplet: DB, 53 and FB. RGB value is (219,83,251). Sum of RGB (Red+Green+Blue) = 219+83+251=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 83 (32.81% from 255 or 15.01% from 553); Blue value is 251 (98.44% from 255 or 45.39% from 553); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB53FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB53FB is #24AC04. Grayscale: #8E8E8E. Windows color (decimal): -2403333 or 16471003. OLE color: 16471003.
HSL color Cylindrical-coordinate representation of color #DB53FB: hue angle of 288.57º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB53FB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 83 | 251 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.02 |
| HSL | 288.57º | 0.95% | 0.65% | - |
| HSV(B) | 288.57º | 0.67% | 0.98% | - |
| XYZ | 49.72 | 28.21 | 94.09 | - |
| YUV | 142.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 251 | 0.13 | 0.67 | 0 | 0.02 | 288.57 | 0.95 | 0.65 |
| Hex | DB | 53 | FB | D | 43 | 0 | 2 | 121 | 5F | 41 |
| Octal | 333 | 123 | 373 | 15 | 103 | 0 | 2 | 441 | 137 | 101 |
| Binary | 11011011 | 1010011 | 11111011 | 1101 | 1000011 | 0 | 10 | 100100001 | 1011111 | 1000001 |
Color Harmonies of #DB53FB
Complementary color
Monochromatic Colors of #DB53FB
Black with #DB53FB
Text Example
Text Example
White with #DB53FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53FB; }
p { color: rgb(219,83,251); }
H1.HeaderClassName
{
color: #DB53FB;
}
.AnyTagClassName
{
color: #DB53FB;
}
</style>
background-color css
<style>
a { background-color: #DB53FB; }
a { background-color: rgb(219,83,251); }
div.DivClassName
{
background-color: #DB53FB;
}
.BgClassName
{
background-color: #DB53FB;
}
</style>
border-color css
<style>
span { border-color: #DB53FB; }
span { border-color: rgb(219,83,251); }
td.TdClassName
{
border-color: #DB53FB;
}
.TagClassName
{
border-color: #DB53FB;
}
</style>