Shades of Plum #DBA7E5
Tints of Plum #DBA7E5
RGB
CMYK
RGB Variations
Color information
#DBA7E5 (or 0xDBA7E5) is known color: Plum. HEX triplet: DB, A7 and E5. RGB value is (219,167,229). Sum of RGB (Red+Green+Blue) = 219+167+229=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 167 (65.62% from 255 or 27.15% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBA7E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7E5 is #24581A. Grayscale: #BDBDBD. Windows color (decimal): -2381851 or 15050715. OLE color: 15050715.
HSL color Cylindrical-coordinate representation of color #DBA7E5: hue angle of 290.32º 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 #DBA7E5 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 167 | 229 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.10 |
| HSL | 290.32º | 0.54% | 0.78% | - |
| HSV(B) | 290.32º | 0.27% | 0.9% | - |
| XYZ | 57.17 | 48.35 | 80.45 | - |
| YUV | 189.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 229 | 0.04 | 0.27 | 0 | 0.10 | 290.32 | 0.54 | 0.78 |
| Hex | DB | A7 | E5 | 4 | 1B | 0 | A | 122 | 36 | 4E |
| Octal | 333 | 247 | 345 | 4 | 33 | 0 | 12 | 442 | 66 | 116 |
| Binary | 11011011 | 10100111 | 11100101 | 100 | 11011 | 0 | 1010 | 100100010 | 110110 | 1001110 |
Color Harmonies of #DBA7E5
Complementary color
Monochromatic Colors of #DBA7E5
Black with #DBA7E5
Text Example
Text Example
White with #DBA7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7E5; }
p { color: rgb(219,167,229); }
H1.HeaderClassName
{
color: #DBA7E5;
}
.AnyTagClassName
{
color: #DBA7E5;
}
</style>
background-color css
<style>
a { background-color: #DBA7E5; }
a { background-color: rgb(219,167,229); }
div.DivClassName
{
background-color: #DBA7E5;
}
.BgClassName
{
background-color: #DBA7E5;
}
</style>
border-color css
<style>
span { border-color: #DBA7E5; }
span { border-color: rgb(219,167,229); }
td.TdClassName
{
border-color: #DBA7E5;
}
.TagClassName
{
border-color: #DBA7E5;
}
</style>