Shades of Heliotrope #DB4CFC
Tints of Heliotrope #DB4CFC
RGB
CMYK
RGB Variations
Color information
#DB4CFC (or 0xDB4CFC) is known color: Heliotrope. HEX triplet: DB, 4C and FC. RGB value is (219,76,252). Sum of RGB (Red+Green+Blue) = 219+76+252=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 76 (30.08% from 255 or 13.89% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #DB4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CFC is #24B303. Grayscale: #8A8A8A. Windows color (decimal): -2405124 or 16534747. OLE color: 16534747.
HSL color Cylindrical-coordinate representation of color #DB4CFC: hue angle of 288.75º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4CFC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 76 | 252 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.01 |
| HSL | 288.75º | 0.97% | 0.64% | - |
| HSV(B) | 288.75º | 0.7% | 0.99% | - |
| XYZ | 49.37 | 27.26 | 94.75 | - |
| YUV | 138.82 | 191.88 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 252 | 0.13 | 0.70 | 0 | 0.01 | 288.75 | 0.97 | 0.64 |
| Hex | DB | 4C | FC | D | 46 | 0 | 1 | 121 | 61 | 40 |
| Octal | 333 | 114 | 374 | 15 | 106 | 0 | 1 | 441 | 141 | 100 |
| Binary | 11011011 | 1001100 | 11111100 | 1101 | 1000110 | 0 | 1 | 100100001 | 1100001 | 1000000 |
Color Harmonies of #DB4CFC
Complementary color
Monochromatic Colors of #DB4CFC
Black with #DB4CFC
Text Example
Text Example
White with #DB4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CFC; }
p { color: rgb(219,76,252); }
H1.HeaderClassName
{
color: #DB4CFC;
}
.AnyTagClassName
{
color: #DB4CFC;
}
</style>
background-color css
<style>
a { background-color: #DB4CFC; }
a { background-color: rgb(219,76,252); }
div.DivClassName
{
background-color: #DB4CFC;
}
.BgClassName
{
background-color: #DB4CFC;
}
</style>
border-color css
<style>
span { border-color: #DB4CFC; }
span { border-color: rgb(219,76,252); }
td.TdClassName
{
border-color: #DB4CFC;
}
.TagClassName
{
border-color: #DB4CFC;
}
</style>