Shades of Heliotrope #DB71FF
Tints of Heliotrope #DB71FF
RGB
CMYK
RGB Variations
Color information
#DB71FF (or 0xDB71FF) is known color: Heliotrope. HEX triplet: DB, 71 and FF. RGB value is (219,113,255). Sum of RGB (Red+Green+Blue) = 219+113+255=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 113 (44.53% from 255 or 19.25% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71FF is #248E00. Grayscale: #A0A0A0. Windows color (decimal): -2395649 or 16740827. OLE color: 16740827.
HSL color Cylindrical-coordinate representation of color #DB71FF: hue angle of 284.79º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB71FF is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 113 | 255 | - |
| CMYK | 0.14 | 0.56 | 0 | 0 |
| HSL | 284.79º | 1% | 0.72% | - |
| HSV(B) | 284.79º | 0.56% | 1% | - |
| XYZ | 53.17 | 34.09 | 98.39 | - |
| YUV | 160.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 255 | 0.14 | 0.56 | 0 | 0 | 284.79 | 1 | 0.72 |
| Hex | DB | 71 | FF | E | 38 | 0 | 0 | 11D | 64 | 48 |
| Octal | 333 | 161 | 377 | 16 | 70 | 0 | 0 | 435 | 144 | 110 |
| Binary | 11011011 | 1110001 | 11111111 | 1110 | 111000 | 0 | 0 | 100011101 | 1100100 | 1001000 |
Color Harmonies of #DB71FF
Complementary color
Monochromatic Colors of #DB71FF
Black with #DB71FF
Text Example
Text Example
White with #DB71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71FF; }
p { color: rgb(219,113,255); }
H1.HeaderClassName
{
color: #DB71FF;
}
.AnyTagClassName
{
color: #DB71FF;
}
</style>
background-color css
<style>
a { background-color: #DB71FF; }
a { background-color: rgb(219,113,255); }
div.DivClassName
{
background-color: #DB71FF;
}
.BgClassName
{
background-color: #DB71FF;
}
</style>
border-color css
<style>
span { border-color: #DB71FF; }
span { border-color: rgb(219,113,255); }
td.TdClassName
{
border-color: #DB71FF;
}
.TagClassName
{
border-color: #DB71FF;
}
</style>