Shades of Plum #DBA0CD
Tints of Plum #DBA0CD
RGB
CMYK
RGB Variations
Color information
#DBA0CD (or 0xDBA0CD) is known color: Plum. HEX triplet: DB, A0 and CD. RGB value is (219,160,205). Sum of RGB (Red+Green+Blue) = 219+160+205=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 160 (62.89% from 255 or 27.40% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0CD is #245F32. Grayscale: #B6B6B6. Windows color (decimal): -2383667 or 13476059. OLE color: 13476059.
HSL color Cylindrical-coordinate representation of color #DBA0CD: hue angle of 314.24º 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 #DBA0CD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 205 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.14 |
| HSL | 314.24º | 0.45% | 0.74% | - |
| HSV(B) | 314.24º | 0.27% | 0.86% | - |
| XYZ | 52.8 | 44.61 | 63.59 | - |
| YUV | 182.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 205 | 0 | 0.27 | 0.06 | 0.14 | 314.24 | 0.45 | 0.74 |
| Hex | DB | A0 | CD | 0 | 1B | 6 | E | 13A | 2D | 4A |
| Octal | 333 | 240 | 315 | 0 | 33 | 6 | 16 | 472 | 55 | 112 |
| Binary | 11011011 | 10100000 | 11001101 | 0 | 11011 | 110 | 1110 | 100111010 | 101101 | 1001010 |
Color Harmonies of #DBA0CD
Complementary color
Monochromatic Colors of #DBA0CD
Black with #DBA0CD
Text Example
Text Example
White with #DBA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0CD; }
p { color: rgb(219,160,205); }
H1.HeaderClassName
{
color: #DBA0CD;
}
.AnyTagClassName
{
color: #DBA0CD;
}
</style>
background-color css
<style>
a { background-color: #DBA0CD; }
a { background-color: rgb(219,160,205); }
div.DivClassName
{
background-color: #DBA0CD;
}
.BgClassName
{
background-color: #DBA0CD;
}
</style>
border-color css
<style>
span { border-color: #DBA0CD; }
span { border-color: rgb(219,160,205); }
td.TdClassName
{
border-color: #DBA0CD;
}
.TagClassName
{
border-color: #DBA0CD;
}
</style>