Shades of Plum #DBAADA
Tints of Plum #DBAADA
RGB
CMYK
RGB Variations
Color information
#DBAADA (or 0xDBAADA) is known color: Plum. HEX triplet: DB, AA and DA. RGB value is (219,170,218). Sum of RGB (Red+Green+Blue) = 219+170+218=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAADA is #245525. Grayscale: #BDBDBD. Windows color (decimal): -2381094 or 14330587. OLE color: 14330587.
HSL color Cylindrical-coordinate representation of color #DBAADA: hue angle of 301.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAADA is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 170 | 218 | - |
| CMYK | 0 | 0.22 | 0.00 | 0.14 |
| HSL | 301.22º | 0.4% | 0.76% | - |
| HSV(B) | 301.22º | 0.22% | 0.86% | - |
| XYZ | 56.24 | 48.87 | 72.8 | - |
| YUV | 190.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 218 | 0 | 0.22 | 0.00 | 0.14 | 301.22 | 0.4 | 0.76 |
| Hex | DB | AA | DA | 0 | 16 | 0 | E | 12D | 28 | 4C |
| Octal | 333 | 252 | 332 | 0 | 26 | 0 | 16 | 455 | 50 | 114 |
| Binary | 11011011 | 10101010 | 11011010 | 0 | 10110 | 0 | 1110 | 100101101 | 101000 | 1001100 |
Color Harmonies of #DBAADA
Complementary color
Monochromatic Colors of #DBAADA
Black with #DBAADA
Text Example
Text Example
White with #DBAADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAADA; }
p { color: rgb(219,170,218); }
H1.HeaderClassName
{
color: #DBAADA;
}
.AnyTagClassName
{
color: #DBAADA;
}
</style>
background-color css
<style>
a { background-color: #DBAADA; }
a { background-color: rgb(219,170,218); }
div.DivClassName
{
background-color: #DBAADA;
}
.BgClassName
{
background-color: #DBAADA;
}
</style>
border-color css
<style>
span { border-color: #DBAADA; }
span { border-color: rgb(219,170,218); }
td.TdClassName
{
border-color: #DBAADA;
}
.TagClassName
{
border-color: #DBAADA;
}
</style>