Shades of Heliotrope #DB72EF
Tints of Heliotrope #DB72EF
RGB
CMYK
RGB Variations
Color information
#DB72EF (or 0xDB72EF) is known color: Heliotrope. HEX triplet: DB, 72 and EF. RGB value is (219,114,239). Sum of RGB (Red+Green+Blue) = 219+114+239=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 114 (44.92% from 255 or 19.93% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB72EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72EF is #248D10. Grayscale: #9F9F9F. Windows color (decimal): -2395409 or 15692507. OLE color: 15692507.
HSL color Cylindrical-coordinate representation of color #DB72EF: hue angle of 290.4º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB72EF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 114 | 239 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.06 |
| HSL | 290.4º | 0.8% | 0.69% | - |
| HSV(B) | 290.4º | 0.52% | 0.94% | - |
| XYZ | 50.81 | 33.33 | 85.42 | - |
| YUV | 159.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 239 | 0.08 | 0.52 | 0 | 0.06 | 290.4 | 0.8 | 0.69 |
| Hex | DB | 72 | EF | 8 | 34 | 0 | 6 | 122 | 50 | 45 |
| Octal | 333 | 162 | 357 | 10 | 64 | 0 | 6 | 442 | 120 | 105 |
| Binary | 11011011 | 1110010 | 11101111 | 1000 | 110100 | 0 | 110 | 100100010 | 1010000 | 1000101 |
Color Harmonies of #DB72EF
Complementary color
Monochromatic Colors of #DB72EF
Black with #DB72EF
Text Example
Text Example
White with #DB72EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72EF; }
p { color: rgb(219,114,239); }
H1.HeaderClassName
{
color: #DB72EF;
}
.AnyTagClassName
{
color: #DB72EF;
}
</style>
background-color css
<style>
a { background-color: #DB72EF; }
a { background-color: rgb(219,114,239); }
div.DivClassName
{
background-color: #DB72EF;
}
.BgClassName
{
background-color: #DB72EF;
}
</style>
border-color css
<style>
span { border-color: #DB72EF; }
span { border-color: rgb(219,114,239); }
td.TdClassName
{
border-color: #DB72EF;
}
.TagClassName
{
border-color: #DB72EF;
}
</style>