Shades of Plum #DBA1CD
Tints of Plum #DBA1CD
RGB
CMYK
RGB Variations
Color information
#DBA1CD (or 0xDBA1CD) is known color: Plum. HEX triplet: DB, A1 and CD. RGB value is (219,161,205). Sum of RGB (Red+Green+Blue) = 219+161+205=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 161 (63.28% from 255 or 27.52% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1CD is #245E32. Grayscale: #B7B7B7. Windows color (decimal): -2383411 or 13476315. OLE color: 13476315.
HSL color Cylindrical-coordinate representation of color #DBA1CD: hue angle of 314.48º 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 #DBA1CD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 205 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.14 |
| HSL | 314.48º | 0.45% | 0.75% | - |
| HSV(B) | 314.48º | 0.26% | 0.86% | - |
| XYZ | 52.98 | 44.96 | 63.64 | - |
| YUV | 183.36 | 140.22 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 205 | 0 | 0.26 | 0.06 | 0.14 | 314.48 | 0.45 | 0.75 |
| Hex | DB | A1 | CD | 0 | 1A | 6 | E | 13A | 2D | 4B |
| Octal | 333 | 241 | 315 | 0 | 32 | 6 | 16 | 472 | 55 | 113 |
| Binary | 11011011 | 10100001 | 11001101 | 0 | 11010 | 110 | 1110 | 100111010 | 101101 | 1001011 |
Color Harmonies of #DBA1CD
Complementary color
Monochromatic Colors of #DBA1CD
Black with #DBA1CD
Text Example
Text Example
White with #DBA1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1CD; }
p { color: rgb(219,161,205); }
H1.HeaderClassName
{
color: #DBA1CD;
}
.AnyTagClassName
{
color: #DBA1CD;
}
</style>
background-color css
<style>
a { background-color: #DBA1CD; }
a { background-color: rgb(219,161,205); }
div.DivClassName
{
background-color: #DBA1CD;
}
.BgClassName
{
background-color: #DBA1CD;
}
</style>
border-color css
<style>
span { border-color: #DBA1CD; }
span { border-color: rgb(219,161,205); }
td.TdClassName
{
border-color: #DBA1CD;
}
.TagClassName
{
border-color: #DBA1CD;
}
</style>