Shades of Plum #DBA0CE
Tints of Plum #DBA0CE
RGB
CMYK
RGB Variations
Color information
#DBA0CE (or 0xDBA0CE) is known color: Plum. HEX triplet: DB, A0 and CE. RGB value is (219,160,206). Sum of RGB (Red+Green+Blue) = 219+160+206=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0CE is #245F31. Grayscale: #B6B6B6. Windows color (decimal): -2383666 or 13541595. OLE color: 13541595.
HSL color Cylindrical-coordinate representation of color #DBA0CE: hue angle of 313.22º 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 #DBA0CE is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 160 | 206 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.14 |
| HSL | 313.22º | 0.45% | 0.74% | - |
| HSV(B) | 313.22º | 0.27% | 0.86% | - |
| XYZ | 52.92 | 44.66 | 64.22 | - |
| YUV | 182.89 | 141.05 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 160 | 206 | 0 | 0.27 | 0.06 | 0.14 | 313.22 | 0.45 | 0.74 |
| Hex | DB | A0 | CE | 0 | 1B | 6 | E | 139 | 2D | 4A |
| Octal | 333 | 240 | 316 | 0 | 33 | 6 | 16 | 471 | 55 | 112 |
| Binary | 11011011 | 10100000 | 11001110 | 0 | 11011 | 110 | 1110 | 100111001 | 101101 | 1001010 |
Color Harmonies of #DBA0CE
Complementary color
Monochromatic Colors of #DBA0CE
Black with #DBA0CE
Text Example
Text Example
White with #DBA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA0CE; }
p { color: rgb(219,160,206); }
H1.HeaderClassName
{
color: #DBA0CE;
}
.AnyTagClassName
{
color: #DBA0CE;
}
</style>
background-color css
<style>
a { background-color: #DBA0CE; }
a { background-color: rgb(219,160,206); }
div.DivClassName
{
background-color: #DBA0CE;
}
.BgClassName
{
background-color: #DBA0CE;
}
</style>
border-color css
<style>
span { border-color: #DBA0CE; }
span { border-color: rgb(219,160,206); }
td.TdClassName
{
border-color: #DBA0CE;
}
.TagClassName
{
border-color: #DBA0CE;
}
</style>