Shades of Heliotrope #DB4CFF
Tints of Heliotrope #DB4CFF
RGB
CMYK
RGB Variations
Color information
#DB4CFF (or 0xDB4CFF) is known color: Heliotrope. HEX triplet: DB, 4C and FF. RGB value is (219,76,255). Sum of RGB (Red+Green+Blue) = 219+76+255=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 76 (30.08% from 255 or 13.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB4CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB4CFF is #24B300. Grayscale: #8A8A8A. Windows color (decimal): -2405121 or 16731355. OLE color: 16731355.
HSL color Cylindrical-coordinate representation of color #DB4CFF: hue angle of 287.93º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4CFF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 76 | 255 | - |
| CMYK | 0.14 | 0.70 | 0 | 0 |
| HSL | 287.93º | 1% | 0.65% | - |
| HSV(B) | 287.93º | 0.7% | 1% | - |
| XYZ | 49.85 | 27.45 | 97.28 | - |
| YUV | 139.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 255 | 0.14 | 0.70 | 0 | 0 | 287.93 | 1 | 0.65 |
| Hex | DB | 4C | FF | E | 46 | 0 | 0 | 120 | 64 | 41 |
| Octal | 333 | 114 | 377 | 16 | 106 | 0 | 0 | 440 | 144 | 101 |
| Binary | 11011011 | 1001100 | 11111111 | 1110 | 1000110 | 0 | 0 | 100100000 | 1100100 | 1000001 |
Color Harmonies of #DB4CFF
Complementary color
Monochromatic Colors of #DB4CFF
Black with #DB4CFF
Text Example
Text Example
White with #DB4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4CFF; }
p { color: rgb(219,76,255); }
H1.HeaderClassName
{
color: #DB4CFF;
}
.AnyTagClassName
{
color: #DB4CFF;
}
</style>
background-color css
<style>
a { background-color: #DB4CFF; }
a { background-color: rgb(219,76,255); }
div.DivClassName
{
background-color: #DB4CFF;
}
.BgClassName
{
background-color: #DB4CFF;
}
</style>
border-color css
<style>
span { border-color: #DB4CFF; }
span { border-color: rgb(219,76,255); }
td.TdClassName
{
border-color: #DB4CFF;
}
.TagClassName
{
border-color: #DB4CFF;
}
</style>