Shades of Heliotrope #DB56FA
Tints of Heliotrope #DB56FA
RGB
CMYK
RGB Variations
Color information
#DB56FA (or 0xDB56FA) is known color: Heliotrope. HEX triplet: DB, 56 and FA. RGB value is (219,86,250). Sum of RGB (Red+Green+Blue) = 219+86+250=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 86 (33.98% from 255 or 15.50% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB56FA is #24A905. Grayscale: #8F8F8F. Windows color (decimal): -2402566 or 16406235. OLE color: 16406235.
HSL color Cylindrical-coordinate representation of color #DB56FA: hue angle of 288.66º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB56FA is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 86 | 250 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.02 |
| HSL | 288.66º | 0.94% | 0.66% | - |
| HSV(B) | 288.66º | 0.66% | 0.98% | - |
| XYZ | 49.8 | 28.62 | 93.34 | - |
| YUV | 144.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 250 | 0.12 | 0.66 | 0 | 0.02 | 288.66 | 0.94 | 0.66 |
| Hex | DB | 56 | FA | C | 42 | 0 | 2 | 121 | 5E | 42 |
| Octal | 333 | 126 | 372 | 14 | 102 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011011 | 1010110 | 11111010 | 1100 | 1000010 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DB56FA
Complementary color
Monochromatic Colors of #DB56FA
Black with #DB56FA
Text Example
Text Example
White with #DB56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56FA; }
p { color: rgb(219,86,250); }
H1.HeaderClassName
{
color: #DB56FA;
}
.AnyTagClassName
{
color: #DB56FA;
}
</style>
background-color css
<style>
a { background-color: #DB56FA; }
a { background-color: rgb(219,86,250); }
div.DivClassName
{
background-color: #DB56FA;
}
.BgClassName
{
background-color: #DB56FA;
}
</style>
border-color css
<style>
span { border-color: #DB56FA; }
span { border-color: rgb(219,86,250); }
td.TdClassName
{
border-color: #DB56FA;
}
.TagClassName
{
border-color: #DB56FA;
}
</style>