Shades of Heliotrope #DB46FF
Tints of Heliotrope #DB46FF
RGB
CMYK
RGB Variations
Color information
#DB46FF (or 0xDB46FF) is known color: Heliotrope. HEX triplet: DB, 46 and FF. RGB value is (219,70,255). Sum of RGB (Red+Green+Blue) = 219+70+255=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 70 (27.73% from 255 or 12.87% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB46FF is #24B900. Grayscale: #878787. Windows color (decimal): -2406657 or 16729819. OLE color: 16729819.
HSL color Cylindrical-coordinate representation of color #DB46FF: hue angle of 288.32º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB46FF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 70 | 255 | - |
| CMYK | 0.14 | 0.73 | 0 | 0 |
| HSL | 288.32º | 1% | 0.64% | - |
| HSV(B) | 288.32º | 0.73% | 1% | - |
| XYZ | 49.45 | 26.66 | 97.15 | - |
| YUV | 135.64 | 195.36 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 255 | 0.14 | 0.73 | 0 | 0 | 288.32 | 1 | 0.64 |
| Hex | DB | 46 | FF | E | 49 | 0 | 0 | 120 | 64 | 40 |
| Octal | 333 | 106 | 377 | 16 | 111 | 0 | 0 | 440 | 144 | 100 |
| Binary | 11011011 | 1000110 | 11111111 | 1110 | 1001001 | 0 | 0 | 100100000 | 1100100 | 1000000 |
Color Harmonies of #DB46FF
Complementary color
Monochromatic Colors of #DB46FF
Black with #DB46FF
Text Example
Text Example
White with #DB46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB46FF; }
p { color: rgb(219,70,255); }
H1.HeaderClassName
{
color: #DB46FF;
}
.AnyTagClassName
{
color: #DB46FF;
}
</style>
background-color css
<style>
a { background-color: #DB46FF; }
a { background-color: rgb(219,70,255); }
div.DivClassName
{
background-color: #DB46FF;
}
.BgClassName
{
background-color: #DB46FF;
}
</style>
border-color css
<style>
span { border-color: #DB46FF; }
span { border-color: rgb(219,70,255); }
td.TdClassName
{
border-color: #DB46FF;
}
.TagClassName
{
border-color: #DB46FF;
}
</style>