Shades of Heliotrope #DB41FF
Tints of Heliotrope #DB41FF
RGB
CMYK
RGB Variations
Color information
#DB41FF (or 0xDB41FF) is known color: Heliotrope. HEX triplet: DB, 41 and FF. RGB value is (219,65,255). Sum of RGB (Red+Green+Blue) = 219+65+255=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 65 (25.78% from 255 or 12.06% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB41FF is #24BE00. Grayscale: #848484. Windows color (decimal): -2407937 or 16728539. OLE color: 16728539.
HSL color Cylindrical-coordinate representation of color #DB41FF: hue angle of 288.63º 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 #DB41FF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 65 | 255 | - |
| CMYK | 0.14 | 0.75 | 0 | 0 |
| HSL | 288.63º | 1% | 0.63% | - |
| HSV(B) | 288.63º | 0.75% | 1% | - |
| XYZ | 49.15 | 26.06 | 97.05 | - |
| YUV | 132.71 | 197.02 | 189.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 255 | 0.14 | 0.75 | 0 | 0 | 288.63 | 1 | 0.63 |
| Hex | DB | 41 | FF | E | 4B | 0 | 0 | 121 | 64 | 3F |
| Octal | 333 | 101 | 377 | 16 | 113 | 0 | 0 | 441 | 144 | 77 |
| Binary | 11011011 | 1000001 | 11111111 | 1110 | 1001011 | 0 | 0 | 100100001 | 1100100 | 111111 |
Color Harmonies of #DB41FF
Complementary color
Monochromatic Colors of #DB41FF
Black with #DB41FF
Text Example
Text Example
White with #DB41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB41FF; }
p { color: rgb(219,65,255); }
H1.HeaderClassName
{
color: #DB41FF;
}
.AnyTagClassName
{
color: #DB41FF;
}
</style>
background-color css
<style>
a { background-color: #DB41FF; }
a { background-color: rgb(219,65,255); }
div.DivClassName
{
background-color: #DB41FF;
}
.BgClassName
{
background-color: #DB41FF;
}
</style>
border-color css
<style>
span { border-color: #DB41FF; }
span { border-color: rgb(219,65,255); }
td.TdClassName
{
border-color: #DB41FF;
}
.TagClassName
{
border-color: #DB41FF;
}
</style>