Shades of Heliotrope #DB77EE
Tints of Heliotrope #DB77EE
RGB
CMYK
RGB Variations
Color information
#DB77EE (or 0xDB77EE) is known color: Heliotrope. HEX triplet: DB, 77 and EE. RGB value is (219,119,238). Sum of RGB (Red+Green+Blue) = 219+119+238=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB77EE is #248811. Grayscale: #A2A2A2. Windows color (decimal): -2394130 or 15628251. OLE color: 15628251.
HSL color Cylindrical-coordinate representation of color #DB77EE: hue angle of 290.42º 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 #DB77EE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 119 | 238 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.07 |
| HSL | 290.42º | 0.78% | 0.7% | - |
| HSV(B) | 290.42º | 0.5% | 0.93% | - |
| XYZ | 51.24 | 34.43 | 84.83 | - |
| YUV | 162.47 | 170.63 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 238 | 0.08 | 0.50 | 0 | 0.07 | 290.42 | 0.78 | 0.7 |
| Hex | DB | 77 | EE | 8 | 32 | 0 | 7 | 122 | 4E | 46 |
| Octal | 333 | 167 | 356 | 10 | 62 | 0 | 7 | 442 | 116 | 106 |
| Binary | 11011011 | 1110111 | 11101110 | 1000 | 110010 | 0 | 111 | 100100010 | 1001110 | 1000110 |
Color Harmonies of #DB77EE
Complementary color
Monochromatic Colors of #DB77EE
Black with #DB77EE
Text Example
Text Example
White with #DB77EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB77EE; }
p { color: rgb(219,119,238); }
H1.HeaderClassName
{
color: #DB77EE;
}
.AnyTagClassName
{
color: #DB77EE;
}
</style>
background-color css
<style>
a { background-color: #DB77EE; }
a { background-color: rgb(219,119,238); }
div.DivClassName
{
background-color: #DB77EE;
}
.BgClassName
{
background-color: #DB77EE;
}
</style>
border-color css
<style>
span { border-color: #DB77EE; }
span { border-color: rgb(219,119,238); }
td.TdClassName
{
border-color: #DB77EE;
}
.TagClassName
{
border-color: #DB77EE;
}
</style>