Shades of Heliotrope #DB76EE
Tints of Heliotrope #DB76EE
RGB
CMYK
RGB Variations
Color information
#DB76EE (or 0xDB76EE) is known color: Heliotrope. HEX triplet: DB, 76 and EE. RGB value is (219,118,238). Sum of RGB (Red+Green+Blue) = 219+118+238=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76EE is #248911. Grayscale: #A1A1A1. Windows color (decimal): -2394386 or 15627995. OLE color: 15627995.
HSL color Cylindrical-coordinate representation of color #DB76EE: hue angle of 290.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB76EE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 118 | 238 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.07 |
| HSL | 290.5º | 0.78% | 0.7% | - |
| HSV(B) | 290.5º | 0.5% | 0.93% | - |
| XYZ | 51.12 | 34.19 | 84.79 | - |
| YUV | 161.88 | 170.96 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 238 | 0.08 | 0.50 | 0 | 0.07 | 290.5 | 0.78 | 0.7 |
| Hex | DB | 76 | EE | 8 | 32 | 0 | 7 | 122 | 4E | 46 |
| Octal | 333 | 166 | 356 | 10 | 62 | 0 | 7 | 442 | 116 | 106 |
| Binary | 11011011 | 1110110 | 11101110 | 1000 | 110010 | 0 | 111 | 100100010 | 1001110 | 1000110 |
Color Harmonies of #DB76EE
Complementary color
Monochromatic Colors of #DB76EE
Black with #DB76EE
Text Example
Text Example
White with #DB76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB76EE; }
p { color: rgb(219,118,238); }
H1.HeaderClassName
{
color: #DB76EE;
}
.AnyTagClassName
{
color: #DB76EE;
}
</style>
background-color css
<style>
a { background-color: #DB76EE; }
a { background-color: rgb(219,118,238); }
div.DivClassName
{
background-color: #DB76EE;
}
.BgClassName
{
background-color: #DB76EE;
}
</style>
border-color css
<style>
span { border-color: #DB76EE; }
span { border-color: rgb(219,118,238); }
td.TdClassName
{
border-color: #DB76EE;
}
.TagClassName
{
border-color: #DB76EE;
}
</style>