Shades of Heliotrope #DB7EF3
Tints of Heliotrope #DB7EF3
RGB
CMYK
RGB Variations
Color information
#DB7EF3 (or 0xDB7EF3) is known color: Heliotrope. HEX triplet: DB, 7E and F3. RGB value is (219,126,243). Sum of RGB (Red+Green+Blue) = 219+126+243=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 126 (49.61% from 255 or 21.43% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #DB7EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EF3 is #24810C. Grayscale: #A6A6A6. Windows color (decimal): -2392333 or 15957723. OLE color: 15957723.
HSL color Cylindrical-coordinate representation of color #DB7EF3: hue angle of 287.69º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7EF3 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 126 | 243 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.05 |
| HSL | 287.69º | 0.83% | 0.72% | - |
| HSV(B) | 287.69º | 0.48% | 0.95% | - |
| XYZ | 52.85 | 36.45 | 89.04 | - |
| YUV | 167.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 243 | 0.10 | 0.48 | 0 | 0.05 | 287.69 | 0.83 | 0.72 |
| Hex | DB | 7E | F3 | A | 30 | 0 | 5 | 120 | 53 | 48 |
| Octal | 333 | 176 | 363 | 12 | 60 | 0 | 5 | 440 | 123 | 110 |
| Binary | 11011011 | 1111110 | 11110011 | 1010 | 110000 | 0 | 101 | 100100000 | 1010011 | 1001000 |
Color Harmonies of #DB7EF3
Complementary color
Monochromatic Colors of #DB7EF3
Black with #DB7EF3
Text Example
Text Example
White with #DB7EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EF3; }
p { color: rgb(219,126,243); }
H1.HeaderClassName
{
color: #DB7EF3;
}
.AnyTagClassName
{
color: #DB7EF3;
}
</style>
background-color css
<style>
a { background-color: #DB7EF3; }
a { background-color: rgb(219,126,243); }
div.DivClassName
{
background-color: #DB7EF3;
}
.BgClassName
{
background-color: #DB7EF3;
}
</style>
border-color css
<style>
span { border-color: #DB7EF3; }
span { border-color: rgb(219,126,243); }
td.TdClassName
{
border-color: #DB7EF3;
}
.TagClassName
{
border-color: #DB7EF3;
}
</style>