Shades of Heliotrope #DB7CEB
Tints of Heliotrope #DB7CEB
RGB
CMYK
RGB Variations
Color information
#DB7CEB (or 0xDB7CEB) is known color: Heliotrope. HEX triplet: DB, 7C and EB. RGB value is (219,124,235). Sum of RGB (Red+Green+Blue) = 219+124+235=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 124 (48.83% from 255 or 21.45% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB7CEB is #248314. Grayscale: #A4A4A4. Windows color (decimal): -2392853 or 15432923. OLE color: 15432923.
HSL color Cylindrical-coordinate representation of color #DB7CEB: hue angle of 291.35º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB7CEB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 124 | 235 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.08 |
| HSL | 291.35º | 0.74% | 0.7% | - |
| HSV(B) | 291.35º | 0.47% | 0.92% | - |
| XYZ | 51.42 | 35.47 | 82.73 | - |
| YUV | 165.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 235 | 0.07 | 0.47 | 0 | 0.08 | 291.35 | 0.74 | 0.7 |
| Hex | DB | 7C | EB | 7 | 2F | 0 | 8 | 123 | 4A | 46 |
| Octal | 333 | 174 | 353 | 7 | 57 | 0 | 10 | 443 | 112 | 106 |
| Binary | 11011011 | 1111100 | 11101011 | 111 | 101111 | 0 | 1000 | 100100011 | 1001010 | 1000110 |
Color Harmonies of #DB7CEB
Complementary color
Monochromatic Colors of #DB7CEB
Black with #DB7CEB
Text Example
Text Example
White with #DB7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7CEB; }
p { color: rgb(219,124,235); }
H1.HeaderClassName
{
color: #DB7CEB;
}
.AnyTagClassName
{
color: #DB7CEB;
}
</style>
background-color css
<style>
a { background-color: #DB7CEB; }
a { background-color: rgb(219,124,235); }
div.DivClassName
{
background-color: #DB7CEB;
}
.BgClassName
{
background-color: #DB7CEB;
}
</style>
border-color css
<style>
span { border-color: #DB7CEB; }
span { border-color: rgb(219,124,235); }
td.TdClassName
{
border-color: #DB7CEB;
}
.TagClassName
{
border-color: #DB7CEB;
}
</style>