Shades of Heliotrope #DB72EA
Tints of Heliotrope #DB72EA
RGB
CMYK
RGB Variations
Color information
#DB72EA (or 0xDB72EA) is known color: Heliotrope. HEX triplet: DB, 72 and EA. RGB value is (219,114,234). Sum of RGB (Red+Green+Blue) = 219+114+234=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB72EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72EA is #248D15. Grayscale: #9E9E9E. Windows color (decimal): -2395414 or 15364827. OLE color: 15364827.
HSL color Cylindrical-coordinate representation of color #DB72EA: hue angle of 292.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB72EA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 114 | 234 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.08 |
| HSL | 292.5º | 0.74% | 0.68% | - |
| HSV(B) | 292.5º | 0.51% | 0.92% | - |
| XYZ | 50.08 | 33.04 | 81.58 | - |
| YUV | 159.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 234 | 0.06 | 0.51 | 0 | 0.08 | 292.5 | 0.74 | 0.68 |
| Hex | DB | 72 | EA | 6 | 33 | 0 | 8 | 124 | 4A | 44 |
| Octal | 333 | 162 | 352 | 6 | 63 | 0 | 10 | 444 | 112 | 104 |
| Binary | 11011011 | 1110010 | 11101010 | 110 | 110011 | 0 | 1000 | 100100100 | 1001010 | 1000100 |
Color Harmonies of #DB72EA
Complementary color
Monochromatic Colors of #DB72EA
Black with #DB72EA
Text Example
Text Example
White with #DB72EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72EA; }
p { color: rgb(219,114,234); }
H1.HeaderClassName
{
color: #DB72EA;
}
.AnyTagClassName
{
color: #DB72EA;
}
</style>
background-color css
<style>
a { background-color: #DB72EA; }
a { background-color: rgb(219,114,234); }
div.DivClassName
{
background-color: #DB72EA;
}
.BgClassName
{
background-color: #DB72EA;
}
</style>
border-color css
<style>
span { border-color: #DB72EA; }
span { border-color: rgb(219,114,234); }
td.TdClassName
{
border-color: #DB72EA;
}
.TagClassName
{
border-color: #DB72EA;
}
</style>