Shades of Plum #DB8AE0
Tints of Plum #DB8AE0
RGB
CMYK
RGB Variations
Color information
#DB8AE0 (or 0xDB8AE0) is known color: Plum. HEX triplet: DB, 8A and E0. RGB value is (219,138,224). Sum of RGB (Red+Green+Blue) = 219+138+224=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB8AE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AE0 is #24751F. Grayscale: #ABABAB. Windows color (decimal): -2389280 or 14715611. OLE color: 14715611.
HSL color Cylindrical-coordinate representation of color #DB8AE0: hue angle of 296.51º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB8AE0 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 138 | 224 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.12 |
| HSL | 296.51º | 0.58% | 0.71% | - |
| HSV(B) | 296.51º | 0.38% | 0.88% | - |
| XYZ | 51.76 | 38.62 | 75.25 | - |
| YUV | 172.02 | 157.34 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 224 | 0.02 | 0.38 | 0 | 0.12 | 296.51 | 0.58 | 0.71 |
| Hex | DB | 8A | E0 | 2 | 26 | 0 | C | 129 | 3A | 47 |
| Octal | 333 | 212 | 340 | 2 | 46 | 0 | 14 | 451 | 72 | 107 |
| Binary | 11011011 | 10001010 | 11100000 | 10 | 100110 | 0 | 1100 | 100101001 | 111010 | 1000111 |
Color Harmonies of #DB8AE0
Complementary color
Monochromatic Colors of #DB8AE0
Black with #DB8AE0
Text Example
Text Example
White with #DB8AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AE0; }
p { color: rgb(219,138,224); }
H1.HeaderClassName
{
color: #DB8AE0;
}
.AnyTagClassName
{
color: #DB8AE0;
}
</style>
background-color css
<style>
a { background-color: #DB8AE0; }
a { background-color: rgb(219,138,224); }
div.DivClassName
{
background-color: #DB8AE0;
}
.BgClassName
{
background-color: #DB8AE0;
}
</style>
border-color css
<style>
span { border-color: #DB8AE0; }
span { border-color: rgb(219,138,224); }
td.TdClassName
{
border-color: #DB8AE0;
}
.TagClassName
{
border-color: #DB8AE0;
}
</style>