Shades of Heliotrope #DB72F6
Tints of Heliotrope #DB72F6
RGB
CMYK
RGB Variations
Color information
#DB72F6 (or 0xDB72F6) is known color: Heliotrope. HEX triplet: DB, 72 and F6. RGB value is (219,114,246). Sum of RGB (Red+Green+Blue) = 219+114+246=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB72F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB72F6 is #248D09. Grayscale: #A0A0A0. Windows color (decimal): -2395402 or 16151259. OLE color: 16151259.
HSL color Cylindrical-coordinate representation of color #DB72F6: hue angle of 287.73º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB72F6 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 114 | 246 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.04 |
| HSL | 287.73º | 0.88% | 0.71% | - |
| HSV(B) | 287.73º | 0.54% | 0.96% | - |
| XYZ | 51.87 | 33.75 | 90.97 | - |
| YUV | 160.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 246 | 0.11 | 0.54 | 0 | 0.04 | 287.73 | 0.88 | 0.71 |
| Hex | DB | 72 | F6 | B | 36 | 0 | 4 | 120 | 58 | 47 |
| Octal | 333 | 162 | 366 | 13 | 66 | 0 | 4 | 440 | 130 | 107 |
| Binary | 11011011 | 1110010 | 11110110 | 1011 | 110110 | 0 | 100 | 100100000 | 1011000 | 1000111 |
Color Harmonies of #DB72F6
Complementary color
Monochromatic Colors of #DB72F6
Black with #DB72F6
Text Example
Text Example
White with #DB72F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB72F6; }
p { color: rgb(219,114,246); }
H1.HeaderClassName
{
color: #DB72F6;
}
.AnyTagClassName
{
color: #DB72F6;
}
</style>
background-color css
<style>
a { background-color: #DB72F6; }
a { background-color: rgb(219,114,246); }
div.DivClassName
{
background-color: #DB72F6;
}
.BgClassName
{
background-color: #DB72F6;
}
</style>
border-color css
<style>
span { border-color: #DB72F6; }
span { border-color: rgb(219,114,246); }
td.TdClassName
{
border-color: #DB72F6;
}
.TagClassName
{
border-color: #DB72F6;
}
</style>