Shades of Violet #DB8BEC
Tints of Violet #DB8BEC
RGB
CMYK
RGB Variations
Color information
#DB8BEC (or 0xDB8BEC) is known color: Violet. HEX triplet: DB, 8B and EC. RGB value is (219,139,236). Sum of RGB (Red+Green+Blue) = 219+139+236=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 139 (54.69% from 255 or 23.40% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB8BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BEC is #247413. Grayscale: #ADADAD. Windows color (decimal): -2389012 or 15502299. OLE color: 15502299.
HSL color Cylindrical-coordinate representation of color #DB8BEC: hue angle of 289.48º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB8BEC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 139 | 236 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.07 |
| HSL | 289.48º | 0.72% | 0.74% | - |
| HSV(B) | 289.48º | 0.41% | 0.93% | - |
| XYZ | 53.59 | 39.58 | 84.17 | - |
| YUV | 173.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 236 | 0.07 | 0.41 | 0 | 0.07 | 289.48 | 0.72 | 0.74 |
| Hex | DB | 8B | EC | 7 | 29 | 0 | 7 | 121 | 48 | 4A |
| Octal | 333 | 213 | 354 | 7 | 51 | 0 | 7 | 441 | 110 | 112 |
| Binary | 11011011 | 10001011 | 11101100 | 111 | 101001 | 0 | 111 | 100100001 | 1001000 | 1001010 |
Color Harmonies of #DB8BEC
Complementary color
Monochromatic Colors of #DB8BEC
Black with #DB8BEC
Text Example
Text Example
White with #DB8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BEC; }
p { color: rgb(219,139,236); }
H1.HeaderClassName
{
color: #DB8BEC;
}
.AnyTagClassName
{
color: #DB8BEC;
}
</style>
background-color css
<style>
a { background-color: #DB8BEC; }
a { background-color: rgb(219,139,236); }
div.DivClassName
{
background-color: #DB8BEC;
}
.BgClassName
{
background-color: #DB8BEC;
}
</style>
border-color css
<style>
span { border-color: #DB8BEC; }
span { border-color: rgb(219,139,236); }
td.TdClassName
{
border-color: #DB8BEC;
}
.TagClassName
{
border-color: #DB8BEC;
}
</style>