Shades of Heliotrope #DB7CEE
Tints of Heliotrope #DB7CEE
RGB
CMYK
RGB Variations
Color information
#DB7CEE (or 0xDB7CEE) is known color: Heliotrope. HEX triplet: DB, 7C and EE. RGB value is (219,124,238). Sum of RGB (Red+Green+Blue) = 219+124+238=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB7CEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CEE is #248311. Grayscale: #A5A5A5. Windows color (decimal): -2392850 or 15629531. OLE color: 15629531.
HSL color Cylindrical-coordinate representation of color #DB7CEE: hue angle of 290º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB7CEE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 124 | 238 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.07 |
| HSL | 290º | 0.77% | 0.71% | - |
| HSV(B) | 290º | 0.48% | 0.93% | - |
| XYZ | 51.85 | 35.65 | 85.04 | - |
| YUV | 165.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 238 | 0.08 | 0.48 | 0 | 0.07 | 290 | 0.77 | 0.71 |
| Hex | DB | 7C | EE | 8 | 30 | 0 | 7 | 122 | 4D | 47 |
| Octal | 333 | 174 | 356 | 10 | 60 | 0 | 7 | 442 | 115 | 107 |
| Binary | 11011011 | 1111100 | 11101110 | 1000 | 110000 | 0 | 111 | 100100010 | 1001101 | 1000111 |
Color Harmonies of #DB7CEE
Complementary color
Monochromatic Colors of #DB7CEE
Black with #DB7CEE
Text Example
Text Example
White with #DB7CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CEE; }
p { color: rgb(219,124,238); }
H1.HeaderClassName
{
color: #DB7CEE;
}
.AnyTagClassName
{
color: #DB7CEE;
}
</style>
background-color css
<style>
a { background-color: #DB7CEE; }
a { background-color: rgb(219,124,238); }
div.DivClassName
{
background-color: #DB7CEE;
}
.BgClassName
{
background-color: #DB7CEE;
}
</style>
border-color css
<style>
span { border-color: #DB7CEE; }
span { border-color: rgb(219,124,238); }
td.TdClassName
{
border-color: #DB7CEE;
}
.TagClassName
{
border-color: #DB7CEE;
}
</style>