Shades of Plum #DBA1CC
Tints of Plum #DBA1CC
RGB
CMYK
RGB Variations
Color information
#DBA1CC (or 0xDBA1CC) is known color: Plum. HEX triplet: DB, A1 and CC. RGB value is (219,161,204). Sum of RGB (Red+Green+Blue) = 219+161+204=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1CC is #245E33. Grayscale: #B7B7B7. Windows color (decimal): -2383412 or 13410779. OLE color: 13410779.
HSL color Cylindrical-coordinate representation of color #DBA1CC: hue angle of 315.52º 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 #DBA1CC is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 161 | 204 | - |
| CMYK | 0 | 0.26 | 0.07 | 0.14 |
| HSL | 315.52º | 0.45% | 0.75% | - |
| HSV(B) | 315.52º | 0.26% | 0.86% | - |
| XYZ | 52.86 | 44.91 | 63.01 | - |
| YUV | 183.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 161 | 204 | 0 | 0.26 | 0.07 | 0.14 | 315.52 | 0.45 | 0.75 |
| Hex | DB | A1 | CC | 0 | 1A | 7 | E | 13C | 2D | 4B |
| Octal | 333 | 241 | 314 | 0 | 32 | 7 | 16 | 474 | 55 | 113 |
| Binary | 11011011 | 10100001 | 11001100 | 0 | 11010 | 111 | 1110 | 100111100 | 101101 | 1001011 |
Color Harmonies of #DBA1CC
Complementary color
Monochromatic Colors of #DBA1CC
Black with #DBA1CC
Text Example
Text Example
White with #DBA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA1CC; }
p { color: rgb(219,161,204); }
H1.HeaderClassName
{
color: #DBA1CC;
}
.AnyTagClassName
{
color: #DBA1CC;
}
</style>
background-color css
<style>
a { background-color: #DBA1CC; }
a { background-color: rgb(219,161,204); }
div.DivClassName
{
background-color: #DBA1CC;
}
.BgClassName
{
background-color: #DBA1CC;
}
</style>
border-color css
<style>
span { border-color: #DBA1CC; }
span { border-color: rgb(219,161,204); }
td.TdClassName
{
border-color: #DBA1CC;
}
.TagClassName
{
border-color: #DBA1CC;
}
</style>