Shades of Heliotrope #DB71EB
Tints of Heliotrope #DB71EB
RGB
CMYK
RGB Variations
Color information
#DB71EB (or 0xDB71EB) is known color: Heliotrope. HEX triplet: DB, 71 and EB. RGB value is (219,113,235). Sum of RGB (Red+Green+Blue) = 219+113+235=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB71EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71EB is #248E14. Grayscale: #9E9E9E. Windows color (decimal): -2395669 or 15430107. OLE color: 15430107.
HSL color Cylindrical-coordinate representation of color #DB71EB: hue angle of 292.13º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB71EB is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 113 | 235 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.08 |
| HSL | 292.13º | 0.75% | 0.68% | - |
| HSV(B) | 292.13º | 0.52% | 0.92% | - |
| XYZ | 50.11 | 32.87 | 82.3 | - |
| YUV | 158.6 | 171.12 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 235 | 0.07 | 0.52 | 0 | 0.08 | 292.13 | 0.75 | 0.68 |
| Hex | DB | 71 | EB | 7 | 34 | 0 | 8 | 124 | 4B | 44 |
| Octal | 333 | 161 | 353 | 7 | 64 | 0 | 10 | 444 | 113 | 104 |
| Binary | 11011011 | 1110001 | 11101011 | 111 | 110100 | 0 | 1000 | 100100100 | 1001011 | 1000100 |
Color Harmonies of #DB71EB
Complementary color
Monochromatic Colors of #DB71EB
Black with #DB71EB
Text Example
Text Example
White with #DB71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71EB; }
p { color: rgb(219,113,235); }
H1.HeaderClassName
{
color: #DB71EB;
}
.AnyTagClassName
{
color: #DB71EB;
}
</style>
background-color css
<style>
a { background-color: #DB71EB; }
a { background-color: rgb(219,113,235); }
div.DivClassName
{
background-color: #DB71EB;
}
.BgClassName
{
background-color: #DB71EB;
}
</style>
border-color css
<style>
span { border-color: #DB71EB; }
span { border-color: rgb(219,113,235); }
td.TdClassName
{
border-color: #DB71EB;
}
.TagClassName
{
border-color: #DB71EB;
}
</style>