Shades of Heliotrope #DB7EEE
Tints of Heliotrope #DB7EEE
RGB
CMYK
RGB Variations
Color information
#DB7EEE (or 0xDB7EEE) is known color: Heliotrope. HEX triplet: DB, 7E and EE. RGB value is (219,126,238). Sum of RGB (Red+Green+Blue) = 219+126+238=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB7EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7EEE is #248111. Grayscale: #A6A6A6. Windows color (decimal): -2392338 or 15630043. OLE color: 15630043.
HSL color Cylindrical-coordinate representation of color #DB7EEE: hue angle of 289.82º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7EEE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 126 | 238 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.07 |
| HSL | 289.82º | 0.77% | 0.71% | - |
| HSV(B) | 289.82º | 0.47% | 0.93% | - |
| XYZ | 52.11 | 36.15 | 85.12 | - |
| YUV | 166.58 | 168.31 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 238 | 0.08 | 0.47 | 0 | 0.07 | 289.82 | 0.77 | 0.71 |
| Hex | DB | 7E | EE | 8 | 2F | 0 | 7 | 122 | 4D | 47 |
| Octal | 333 | 176 | 356 | 10 | 57 | 0 | 7 | 442 | 115 | 107 |
| Binary | 11011011 | 1111110 | 11101110 | 1000 | 101111 | 0 | 111 | 100100010 | 1001101 | 1000111 |
Color Harmonies of #DB7EEE
Complementary color
Monochromatic Colors of #DB7EEE
Black with #DB7EEE
Text Example
Text Example
White with #DB7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7EEE; }
p { color: rgb(219,126,238); }
H1.HeaderClassName
{
color: #DB7EEE;
}
.AnyTagClassName
{
color: #DB7EEE;
}
</style>
background-color css
<style>
a { background-color: #DB7EEE; }
a { background-color: rgb(219,126,238); }
div.DivClassName
{
background-color: #DB7EEE;
}
.BgClassName
{
background-color: #DB7EEE;
}
</style>
border-color css
<style>
span { border-color: #DB7EEE; }
span { border-color: rgb(219,126,238); }
td.TdClassName
{
border-color: #DB7EEE;
}
.TagClassName
{
border-color: #DB7EEE;
}
</style>