Shades of Plum #DBA0CC
Tints of Plum #DBA0CC
RGB
CMYK
RGB Variations
Color information
#DBA0CC (or 0xDBA0CC) is known color: Plum. HEX triplet: DB, A0 and CC. RGB value is (219,160,204). Sum of RGB (Red+Green+Blue) = 219+160+204=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0CC is #245F33. Grayscale: #B6B6B6. Windows color (decimal): -2383668 or 13410523. OLE color: 13410523.
HSL color Cylindrical-coordinate representation of color #DBA0CC: hue angle of 315.25º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0CC is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 204 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.14 |
| HSL | 315.25º | 0.45% | 0.74% | - |
| HSV(B) | 315.25º | 0.27% | 0.86% | - |
| XYZ | 52.68 | 44.56 | 62.95 | - |
| YUV | 182.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 204 | 0 | 0.27 | 0.07 | 0.14 | 315.25 | 0.45 | 0.74 |
| Hex | DB | A0 | CC | 0 | 1B | 7 | E | 13B | 2D | 4A |
| Octal | 333 | 240 | 314 | 0 | 33 | 7 | 16 | 473 | 55 | 112 |
| Binary | 11011011 | 10100000 | 11001100 | 0 | 11011 | 111 | 1110 | 100111011 | 101101 | 1001010 |
Color Harmonies of #DBA0CC
Complementary color
Monochromatic Colors of #DBA0CC
Black with #DBA0CC
Text Example
Text Example
White with #DBA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0CC; }
p { color: rgb(219,160,204); }
H1.HeaderClassName
{
color: #DBA0CC;
}
.AnyTagClassName
{
color: #DBA0CC;
}
</style>
background-color css
<style>
a { background-color: #DBA0CC; }
a { background-color: rgb(219,160,204); }
div.DivClassName
{
background-color: #DBA0CC;
}
.BgClassName
{
background-color: #DBA0CC;
}
</style>
border-color css
<style>
span { border-color: #DBA0CC; }
span { border-color: rgb(219,160,204); }
td.TdClassName
{
border-color: #DBA0CC;
}
.TagClassName
{
border-color: #DBA0CC;
}
</style>