Shades of Plum #DBA8E5
Tints of Plum #DBA8E5
RGB
CMYK
RGB Variations
Color information
#DBA8E5 (or 0xDBA8E5) is known color: Plum. HEX triplet: DB, A8 and E5. RGB value is (219,168,229). Sum of RGB (Red+Green+Blue) = 219+168+229=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 168 (66.02% from 255 or 27.27% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8E5 is #24571A. Grayscale: #BEBEBE. Windows color (decimal): -2381595 or 15050971. OLE color: 15050971.
HSL color Cylindrical-coordinate representation of color #DBA8E5: hue angle of 290.16º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA8E5 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 168 | 229 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.10 |
| HSL | 290.16º | 0.54% | 0.78% | - |
| HSV(B) | 290.16º | 0.27% | 0.9% | - |
| XYZ | 57.36 | 48.72 | 80.51 | - |
| YUV | 190.2 | 149.9 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 229 | 0.04 | 0.27 | 0 | 0.10 | 290.16 | 0.54 | 0.78 |
| Hex | DB | A8 | E5 | 4 | 1B | 0 | A | 122 | 36 | 4E |
| Octal | 333 | 250 | 345 | 4 | 33 | 0 | 12 | 442 | 66 | 116 |
| Binary | 11011011 | 10101000 | 11100101 | 100 | 11011 | 0 | 1010 | 100100010 | 110110 | 1001110 |
Color Harmonies of #DBA8E5
Complementary color
Monochromatic Colors of #DBA8E5
Black with #DBA8E5
Text Example
Text Example
White with #DBA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8E5; }
p { color: rgb(219,168,229); }
H1.HeaderClassName
{
color: #DBA8E5;
}
.AnyTagClassName
{
color: #DBA8E5;
}
</style>
background-color css
<style>
a { background-color: #DBA8E5; }
a { background-color: rgb(219,168,229); }
div.DivClassName
{
background-color: #DBA8E5;
}
.BgClassName
{
background-color: #DBA8E5;
}
</style>
border-color css
<style>
span { border-color: #DBA8E5; }
span { border-color: rgb(219,168,229); }
td.TdClassName
{
border-color: #DBA8E5;
}
.TagClassName
{
border-color: #DBA8E5;
}
</style>