Shades of Heliotrope #DB72F2
Tints of Heliotrope #DB72F2
RGB
CMYK
RGB Variations
Color information
#DB72F2 (or 0xDB72F2) is known color: Heliotrope. HEX triplet: DB, 72 and F2. RGB value is (219,114,242). Sum of RGB (Red+Green+Blue) = 219+114+242=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB72F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72F2 is #248D0D. Grayscale: #9F9F9F. Windows color (decimal): -2395406 or 15889115. OLE color: 15889115.
HSL color Cylindrical-coordinate representation of color #DB72F2: hue angle of 289.22º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB72F2 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 114 | 242 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.05 |
| HSL | 289.22º | 0.83% | 0.7% | - |
| HSV(B) | 289.22º | 0.53% | 0.95% | - |
| XYZ | 51.26 | 33.51 | 87.77 | - |
| YUV | 159.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 242 | 0.10 | 0.53 | 0 | 0.05 | 289.22 | 0.83 | 0.7 |
| Hex | DB | 72 | F2 | A | 35 | 0 | 5 | 121 | 53 | 46 |
| Octal | 333 | 162 | 362 | 12 | 65 | 0 | 5 | 441 | 123 | 106 |
| Binary | 11011011 | 1110010 | 11110010 | 1010 | 110101 | 0 | 101 | 100100001 | 1010011 | 1000110 |
Color Harmonies of #DB72F2
Complementary color
Monochromatic Colors of #DB72F2
Black with #DB72F2
Text Example
Text Example
White with #DB72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72F2; }
p { color: rgb(219,114,242); }
H1.HeaderClassName
{
color: #DB72F2;
}
.AnyTagClassName
{
color: #DB72F2;
}
</style>
background-color css
<style>
a { background-color: #DB72F2; }
a { background-color: rgb(219,114,242); }
div.DivClassName
{
background-color: #DB72F2;
}
.BgClassName
{
background-color: #DB72F2;
}
</style>
border-color css
<style>
span { border-color: #DB72F2; }
span { border-color: rgb(219,114,242); }
td.TdClassName
{
border-color: #DB72F2;
}
.TagClassName
{
border-color: #DB72F2;
}
</style>