Shades of Plum #DBA1D1
Tints of Plum #DBA1D1
RGB
CMYK
RGB Variations
Color information
#DBA1D1 (or 0xDBA1D1) is known color: Plum. HEX triplet: DB, A1 and D1. RGB value is (219,161,209). Sum of RGB (Red+Green+Blue) = 219+161+209=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1D1 is #245E2E. Grayscale: #B7B7B7. Windows color (decimal): -2383407 or 13738459. OLE color: 13738459.
HSL color Cylindrical-coordinate representation of color #DBA1D1: hue angle of 310.34º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA1D1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 209 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.14 |
| HSL | 310.34º | 0.45% | 0.75% | - |
| HSV(B) | 310.34º | 0.26% | 0.86% | - |
| XYZ | 53.47 | 45.15 | 66.22 | - |
| YUV | 183.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 209 | 0 | 0.26 | 0.05 | 0.14 | 310.34 | 0.45 | 0.75 |
| Hex | DB | A1 | D1 | 0 | 1A | 5 | E | 136 | 2D | 4B |
| Octal | 333 | 241 | 321 | 0 | 32 | 5 | 16 | 466 | 55 | 113 |
| Binary | 11011011 | 10100001 | 11010001 | 0 | 11010 | 101 | 1110 | 100110110 | 101101 | 1001011 |
Color Harmonies of #DBA1D1
Complementary color
Monochromatic Colors of #DBA1D1
Black with #DBA1D1
Text Example
Text Example
White with #DBA1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1D1; }
p { color: rgb(219,161,209); }
H1.HeaderClassName
{
color: #DBA1D1;
}
.AnyTagClassName
{
color: #DBA1D1;
}
</style>
background-color css
<style>
a { background-color: #DBA1D1; }
a { background-color: rgb(219,161,209); }
div.DivClassName
{
background-color: #DBA1D1;
}
.BgClassName
{
background-color: #DBA1D1;
}
</style>
border-color css
<style>
span { border-color: #DBA1D1; }
span { border-color: rgb(219,161,209); }
td.TdClassName
{
border-color: #DBA1D1;
}
.TagClassName
{
border-color: #DBA1D1;
}
</style>