Shades of Heliotrope #DB71EA
Tints of Heliotrope #DB71EA
RGB
CMYK
RGB Variations
Color information
#DB71EA (or 0xDB71EA) is known color: Heliotrope. HEX triplet: DB, 71 and EA. RGB value is (219,113,234). Sum of RGB (Red+Green+Blue) = 219+113+234=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB71EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB71EA is #248E15. Grayscale: #9E9E9E. Windows color (decimal): -2395670 or 15364571. OLE color: 15364571.
HSL color Cylindrical-coordinate representation of color #DB71EA: hue angle of 292.56º degrees, saturation: 0.74, 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 #DB71EA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 113 | 234 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.08 |
| HSL | 292.56º | 0.74% | 0.68% | - |
| HSV(B) | 292.56º | 0.52% | 0.92% | - |
| XYZ | 49.97 | 32.81 | 81.54 | - |
| YUV | 158.49 | 170.62 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 234 | 0.06 | 0.52 | 0 | 0.08 | 292.56 | 0.74 | 0.68 |
| Hex | DB | 71 | EA | 6 | 34 | 0 | 8 | 125 | 4A | 44 |
| Octal | 333 | 161 | 352 | 6 | 64 | 0 | 10 | 445 | 112 | 104 |
| Binary | 11011011 | 1110001 | 11101010 | 110 | 110100 | 0 | 1000 | 100100101 | 1001010 | 1000100 |
Color Harmonies of #DB71EA
Complementary color
Monochromatic Colors of #DB71EA
Black with #DB71EA
Text Example
Text Example
White with #DB71EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB71EA; }
p { color: rgb(219,113,234); }
H1.HeaderClassName
{
color: #DB71EA;
}
.AnyTagClassName
{
color: #DB71EA;
}
</style>
background-color css
<style>
a { background-color: #DB71EA; }
a { background-color: rgb(219,113,234); }
div.DivClassName
{
background-color: #DB71EA;
}
.BgClassName
{
background-color: #DB71EA;
}
</style>
border-color css
<style>
span { border-color: #DB71EA; }
span { border-color: rgb(219,113,234); }
td.TdClassName
{
border-color: #DB71EA;
}
.TagClassName
{
border-color: #DB71EA;
}
</style>