Shades of Heliotrope #DB40FF
Tints of Heliotrope #DB40FF
RGB
CMYK
RGB Variations
Color information
#DB40FF (or 0xDB40FF) is known color: Heliotrope. HEX triplet: DB, 40 and FF. RGB value is (219,64,255). Sum of RGB (Red+Green+Blue) = 219+64+255=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 64 (25.39% from 255 or 11.90% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB40FF is #24BF00. Grayscale: #838383. Windows color (decimal): -2408193 or 16728283. OLE color: 16728283.
HSL color Cylindrical-coordinate representation of color #DB40FF: hue angle of 288.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB40FF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 64 | 255 | - |
| CMYK | 0.14 | 0.75 | 0 | 0 |
| HSL | 288.69º | 1% | 0.63% | - |
| HSV(B) | 288.69º | 0.75% | 1% | - |
| XYZ | 49.1 | 25.95 | 97.03 | - |
| YUV | 132.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 255 | 0.14 | 0.75 | 0 | 0 | 288.69 | 1 | 0.63 |
| Hex | DB | 40 | FF | E | 4B | 0 | 0 | 121 | 64 | 3F |
| Octal | 333 | 100 | 377 | 16 | 113 | 0 | 0 | 441 | 144 | 77 |
| Binary | 11011011 | 1000000 | 11111111 | 1110 | 1001011 | 0 | 0 | 100100001 | 1100100 | 111111 |
Color Harmonies of #DB40FF
Complementary color
Monochromatic Colors of #DB40FF
Black with #DB40FF
Text Example
Text Example
White with #DB40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB40FF; }
p { color: rgb(219,64,255); }
H1.HeaderClassName
{
color: #DB40FF;
}
.AnyTagClassName
{
color: #DB40FF;
}
</style>
background-color css
<style>
a { background-color: #DB40FF; }
a { background-color: rgb(219,64,255); }
div.DivClassName
{
background-color: #DB40FF;
}
.BgClassName
{
background-color: #DB40FF;
}
</style>
border-color css
<style>
span { border-color: #DB40FF; }
span { border-color: rgb(219,64,255); }
td.TdClassName
{
border-color: #DB40FF;
}
.TagClassName
{
border-color: #DB40FF;
}
</style>