Shades of Heliotrope #DB56FC
Tints of Heliotrope #DB56FC
RGB
CMYK
RGB Variations
Color information
#DB56FC (or 0xDB56FC) is known color: Heliotrope. HEX triplet: DB, 56 and FC. RGB value is (219,86,252). Sum of RGB (Red+Green+Blue) = 219+86+252=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 86 (33.98% from 255 or 15.44% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB56FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB56FC is #24A903. Grayscale: #909090. Windows color (decimal): -2402564 or 16537307. OLE color: 16537307.
HSL color Cylindrical-coordinate representation of color #DB56FC: hue angle of 288.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DB56FC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 86 | 252 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.01 |
| HSL | 288.07º | 0.97% | 0.66% | - |
| HSV(B) | 288.07º | 0.66% | 0.99% | - |
| XYZ | 50.11 | 28.74 | 95 | - |
| YUV | 144.69 | 188.56 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 252 | 0.13 | 0.66 | 0 | 0.01 | 288.07 | 0.97 | 0.66 |
| Hex | DB | 56 | FC | D | 42 | 0 | 1 | 120 | 61 | 42 |
| Octal | 333 | 126 | 374 | 15 | 102 | 0 | 1 | 440 | 141 | 102 |
| Binary | 11011011 | 1010110 | 11111100 | 1101 | 1000010 | 0 | 1 | 100100000 | 1100001 | 1000010 |
Color Harmonies of #DB56FC
Complementary color
Monochromatic Colors of #DB56FC
Black with #DB56FC
Text Example
Text Example
White with #DB56FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56FC; }
p { color: rgb(219,86,252); }
H1.HeaderClassName
{
color: #DB56FC;
}
.AnyTagClassName
{
color: #DB56FC;
}
</style>
background-color css
<style>
a { background-color: #DB56FC; }
a { background-color: rgb(219,86,252); }
div.DivClassName
{
background-color: #DB56FC;
}
.BgClassName
{
background-color: #DB56FC;
}
</style>
border-color css
<style>
span { border-color: #DB56FC; }
span { border-color: rgb(219,86,252); }
td.TdClassName
{
border-color: #DB56FC;
}
.TagClassName
{
border-color: #DB56FC;
}
</style>