Shades of Heliotrope #DB7DF7
Tints of Heliotrope #DB7DF7
RGB
CMYK
RGB Variations
Color information
#DB7DF7 (or 0xDB7DF7) is known color: Heliotrope. HEX triplet: DB, 7D and F7. RGB value is (219,125,247). Sum of RGB (Red+Green+Blue) = 219+125+247=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 125 (49.22% from 255 or 21.15% from 591); Blue value is 247 (96.88% from 255 or 41.79% from 591); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB7DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7DF7 is #248208. Grayscale: #A6A6A6. Windows color (decimal): -2392585 or 16219611. OLE color: 16219611.
HSL color Cylindrical-coordinate representation of color #DB7DF7: hue angle of 286.23º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB7DF7 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 125 | 247 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.03 |
| HSL | 286.23º | 0.88% | 0.73% | - |
| HSV(B) | 286.23º | 0.49% | 0.97% | - |
| XYZ | 53.34 | 36.44 | 92.22 | - |
| YUV | 167.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 125 | 247 | 0.11 | 0.49 | 0 | 0.03 | 286.23 | 0.88 | 0.73 |
| Hex | DB | 7D | F7 | B | 31 | 0 | 3 | 11E | 58 | 49 |
| Octal | 333 | 175 | 367 | 13 | 61 | 0 | 3 | 436 | 130 | 111 |
| Binary | 11011011 | 1111101 | 11110111 | 1011 | 110001 | 0 | 11 | 100011110 | 1011000 | 1001001 |
Color Harmonies of #DB7DF7
Complementary color
Monochromatic Colors of #DB7DF7
Black with #DB7DF7
Text Example
Text Example
White with #DB7DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7DF7; }
p { color: rgb(219,125,247); }
H1.HeaderClassName
{
color: #DB7DF7;
}
.AnyTagClassName
{
color: #DB7DF7;
}
</style>
background-color css
<style>
a { background-color: #DB7DF7; }
a { background-color: rgb(219,125,247); }
div.DivClassName
{
background-color: #DB7DF7;
}
.BgClassName
{
background-color: #DB7DF7;
}
</style>
border-color css
<style>
span { border-color: #DB7DF7; }
span { border-color: rgb(219,125,247); }
td.TdClassName
{
border-color: #DB7DF7;
}
.TagClassName
{
border-color: #DB7DF7;
}
</style>