Shades of Heliotrope #DB72F0
Tints of Heliotrope #DB72F0
RGB
CMYK
RGB Variations
Color information
#DB72F0 (or 0xDB72F0) is known color: Heliotrope. HEX triplet: DB, 72 and F0. RGB value is (219,114,240). Sum of RGB (Red+Green+Blue) = 219+114+240=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 114 (44.92% from 255 or 19.90% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72F0 is #248D0F. Grayscale: #9F9F9F. Windows color (decimal): -2395408 or 15758043. OLE color: 15758043.
HSL color Cylindrical-coordinate representation of color #DB72F0: hue angle of 290º degrees, saturation: 0.81, 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 #DB72F0 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 114 | 240 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.06 |
| HSL | 290º | 0.81% | 0.69% | - |
| HSV(B) | 290º | 0.53% | 0.94% | - |
| XYZ | 50.96 | 33.39 | 86.2 | - |
| YUV | 159.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 240 | 0.09 | 0.52 | 0 | 0.06 | 290 | 0.81 | 0.69 |
| Hex | DB | 72 | F0 | 9 | 34 | 0 | 6 | 122 | 51 | 45 |
| Octal | 333 | 162 | 360 | 11 | 64 | 0 | 6 | 442 | 121 | 105 |
| Binary | 11011011 | 1110010 | 11110000 | 1001 | 110100 | 0 | 110 | 100100010 | 1010001 | 1000101 |
Color Harmonies of #DB72F0
Complementary color
Monochromatic Colors of #DB72F0
Black with #DB72F0
Text Example
Text Example
White with #DB72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72F0; }
p { color: rgb(219,114,240); }
H1.HeaderClassName
{
color: #DB72F0;
}
.AnyTagClassName
{
color: #DB72F0;
}
</style>
background-color css
<style>
a { background-color: #DB72F0; }
a { background-color: rgb(219,114,240); }
div.DivClassName
{
background-color: #DB72F0;
}
.BgClassName
{
background-color: #DB72F0;
}
</style>
border-color css
<style>
span { border-color: #DB72F0; }
span { border-color: rgb(219,114,240); }
td.TdClassName
{
border-color: #DB72F0;
}
.TagClassName
{
border-color: #DB72F0;
}
</style>