Shades of Heliotrope #DB7AF0
Tints of Heliotrope #DB7AF0
RGB
CMYK
RGB Variations
Color information
#DB7AF0 (or 0xDB7AF0) is known color: Heliotrope. HEX triplet: DB, 7A and F0. RGB value is (219,122,240). Sum of RGB (Red+Green+Blue) = 219+122+240=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 122 (48.05% from 255 or 21.00% from 581); Blue value is 240 (94.14% from 255 or 41.31% from 581); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB7AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7AF0 is #24850F. Grayscale: #A4A4A4. Windows color (decimal): -2393360 or 15760091. OLE color: 15760091.
HSL color Cylindrical-coordinate representation of color #DB7AF0: hue angle of 289.32º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7AF0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 122 | 240 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.06 |
| HSL | 289.32º | 0.8% | 0.71% | - |
| HSV(B) | 289.32º | 0.49% | 0.94% | - |
| XYZ | 51.9 | 35.27 | 86.51 | - |
| YUV | 164.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 240 | 0.09 | 0.49 | 0 | 0.06 | 289.32 | 0.8 | 0.71 |
| Hex | DB | 7A | F0 | 9 | 31 | 0 | 6 | 121 | 50 | 47 |
| Octal | 333 | 172 | 360 | 11 | 61 | 0 | 6 | 441 | 120 | 107 |
| Binary | 11011011 | 1111010 | 11110000 | 1001 | 110001 | 0 | 110 | 100100001 | 1010000 | 1000111 |
Color Harmonies of #DB7AF0
Complementary color
Monochromatic Colors of #DB7AF0
Black with #DB7AF0
Text Example
Text Example
White with #DB7AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7AF0; }
p { color: rgb(219,122,240); }
H1.HeaderClassName
{
color: #DB7AF0;
}
.AnyTagClassName
{
color: #DB7AF0;
}
</style>
background-color css
<style>
a { background-color: #DB7AF0; }
a { background-color: rgb(219,122,240); }
div.DivClassName
{
background-color: #DB7AF0;
}
.BgClassName
{
background-color: #DB7AF0;
}
</style>
border-color css
<style>
span { border-color: #DB7AF0; }
span { border-color: rgb(219,122,240); }
td.TdClassName
{
border-color: #DB7AF0;
}
.TagClassName
{
border-color: #DB7AF0;
}
</style>