Shades of Heliotrope #DB4FFF
Tints of Heliotrope #DB4FFF
RGB
CMYK
RGB Variations
Color information
#DB4FFF (or 0xDB4FFF) is known color: Heliotrope. HEX triplet: DB, 4F and FF. RGB value is (219,79,255). Sum of RGB (Red+Green+Blue) = 219+79+255=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 79 (31.25% from 255 or 14.29% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB4FFF is #24B000. Grayscale: #8C8C8C. Windows color (decimal): -2404353 or 16732123. OLE color: 16732123.
HSL color Cylindrical-coordinate representation of color #DB4FFF: hue angle of 287.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4FFF is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 79 | 255 | - |
| CMYK | 0.14 | 0.69 | 0 | 0 |
| HSL | 287.73º | 1% | 0.65% | - |
| HSV(B) | 287.73º | 0.69% | 1% | - |
| XYZ | 50.06 | 27.87 | 97.35 | - |
| YUV | 140.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 255 | 0.14 | 0.69 | 0 | 0 | 287.73 | 1 | 0.65 |
| Hex | DB | 4F | FF | E | 45 | 0 | 0 | 120 | 64 | 41 |
| Octal | 333 | 117 | 377 | 16 | 105 | 0 | 0 | 440 | 144 | 101 |
| Binary | 11011011 | 1001111 | 11111111 | 1110 | 1000101 | 0 | 0 | 100100000 | 1100100 | 1000001 |
Color Harmonies of #DB4FFF
Complementary color
Monochromatic Colors of #DB4FFF
Black with #DB4FFF
Text Example
Text Example
White with #DB4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4FFF; }
p { color: rgb(219,79,255); }
H1.HeaderClassName
{
color: #DB4FFF;
}
.AnyTagClassName
{
color: #DB4FFF;
}
</style>
background-color css
<style>
a { background-color: #DB4FFF; }
a { background-color: rgb(219,79,255); }
div.DivClassName
{
background-color: #DB4FFF;
}
.BgClassName
{
background-color: #DB4FFF;
}
</style>
border-color css
<style>
span { border-color: #DB4FFF; }
span { border-color: rgb(219,79,255); }
td.TdClassName
{
border-color: #DB4FFF;
}
.TagClassName
{
border-color: #DB4FFF;
}
</style>