Shades of Violet #DB8BEE
Tints of Violet #DB8BEE
RGB
CMYK
RGB Variations
Color information
#DB8BEE (or 0xDB8BEE) is known color: Violet. HEX triplet: DB, 8B and EE. RGB value is (219,139,238). Sum of RGB (Red+Green+Blue) = 219+139+238=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB8BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8BEE is #247411. Grayscale: #ADADAD. Windows color (decimal): -2389010 or 15633371. OLE color: 15633371.
HSL color Cylindrical-coordinate representation of color #DB8BEE: hue angle of 288.48º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8BEE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 139 | 238 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.07 |
| HSL | 288.48º | 0.74% | 0.74% | - |
| HSV(B) | 288.48º | 0.42% | 0.93% | - |
| XYZ | 53.88 | 39.7 | 85.71 | - |
| YUV | 174.21 | 164 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 238 | 0.08 | 0.42 | 0 | 0.07 | 288.48 | 0.74 | 0.74 |
| Hex | DB | 8B | EE | 8 | 2A | 0 | 7 | 120 | 4A | 4A |
| Octal | 333 | 213 | 356 | 10 | 52 | 0 | 7 | 440 | 112 | 112 |
| Binary | 11011011 | 10001011 | 11101110 | 1000 | 101010 | 0 | 111 | 100100000 | 1001010 | 1001010 |
Color Harmonies of #DB8BEE
Complementary color
Monochromatic Colors of #DB8BEE
Black with #DB8BEE
Text Example
Text Example
White with #DB8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BEE; }
p { color: rgb(219,139,238); }
H1.HeaderClassName
{
color: #DB8BEE;
}
.AnyTagClassName
{
color: #DB8BEE;
}
</style>
background-color css
<style>
a { background-color: #DB8BEE; }
a { background-color: rgb(219,139,238); }
div.DivClassName
{
background-color: #DB8BEE;
}
.BgClassName
{
background-color: #DB8BEE;
}
</style>
border-color css
<style>
span { border-color: #DB8BEE; }
span { border-color: rgb(219,139,238); }
td.TdClassName
{
border-color: #DB8BEE;
}
.TagClassName
{
border-color: #DB8BEE;
}
</style>