Shades of Violet #DB8BED
Tints of Violet #DB8BED
RGB
CMYK
RGB Variations
Color information
#DB8BED (or 0xDB8BED) is known color: Violet. HEX triplet: DB, 8B and ED. RGB value is (219,139,237). Sum of RGB (Red+Green+Blue) = 219+139+237=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB8BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BED is #247412. Grayscale: #ADADAD. Windows color (decimal): -2389011 or 15567835. OLE color: 15567835.
HSL color Cylindrical-coordinate representation of color #DB8BED: hue angle of 288.98º degrees, saturation: 0.73, 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 #DB8BED is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 139 | 237 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.07 |
| HSL | 288.98º | 0.73% | 0.74% | - |
| HSV(B) | 288.98º | 0.41% | 0.93% | - |
| XYZ | 53.73 | 39.64 | 84.94 | - |
| YUV | 174.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 237 | 0.08 | 0.41 | 0 | 0.07 | 288.98 | 0.73 | 0.74 |
| Hex | DB | 8B | ED | 8 | 29 | 0 | 7 | 121 | 49 | 4A |
| Octal | 333 | 213 | 355 | 10 | 51 | 0 | 7 | 441 | 111 | 112 |
| Binary | 11011011 | 10001011 | 11101101 | 1000 | 101001 | 0 | 111 | 100100001 | 1001001 | 1001010 |
Color Harmonies of #DB8BED
Complementary color
Monochromatic Colors of #DB8BED
Black with #DB8BED
Text Example
Text Example
White with #DB8BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BED; }
p { color: rgb(219,139,237); }
H1.HeaderClassName
{
color: #DB8BED;
}
.AnyTagClassName
{
color: #DB8BED;
}
</style>
background-color css
<style>
a { background-color: #DB8BED; }
a { background-color: rgb(219,139,237); }
div.DivClassName
{
background-color: #DB8BED;
}
.BgClassName
{
background-color: #DB8BED;
}
</style>
border-color css
<style>
span { border-color: #DB8BED; }
span { border-color: rgb(219,139,237); }
td.TdClassName
{
border-color: #DB8BED;
}
.TagClassName
{
border-color: #DB8BED;
}
</style>