Shades of Plum #DBADDA
Tints of Plum #DBADDA
RGB
CMYK
RGB Variations
Color information
#DBADDA (or 0xDBADDA) is known color: Plum. HEX triplet: DB, AD and DA. RGB value is (219,173,218). Sum of RGB (Red+Green+Blue) = 219+173+218=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADDA is #245225. Grayscale: #BFBFBF. Windows color (decimal): -2380326 or 14331355. OLE color: 14331355.
HSL color Cylindrical-coordinate representation of color #DBADDA: hue angle of 301.3º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADDA is Cyan = 0, Magento = 0.21, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 218 | - |
| CMYK | 0 | 0.21 | 0.00 | 0.14 |
| HSL | 301.3º | 0.39% | 0.77% | - |
| HSV(B) | 301.3º | 0.21% | 0.86% | - |
| XYZ | 56.81 | 50.01 | 72.99 | - |
| YUV | 191.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 218 | 0 | 0.21 | 0.00 | 0.14 | 301.3 | 0.39 | 0.77 |
| Hex | DB | AD | DA | 0 | 15 | 0 | E | 12D | 27 | 4D |
| Octal | 333 | 255 | 332 | 0 | 25 | 0 | 16 | 455 | 47 | 115 |
| Binary | 11011011 | 10101101 | 11011010 | 0 | 10101 | 0 | 1110 | 100101101 | 100111 | 1001101 |
Color Harmonies of #DBADDA
Complementary color
Monochromatic Colors of #DBADDA
Black with #DBADDA
Text Example
Text Example
White with #DBADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADDA; }
p { color: rgb(219,173,218); }
H1.HeaderClassName
{
color: #DBADDA;
}
.AnyTagClassName
{
color: #DBADDA;
}
</style>
background-color css
<style>
a { background-color: #DBADDA; }
a { background-color: rgb(219,173,218); }
div.DivClassName
{
background-color: #DBADDA;
}
.BgClassName
{
background-color: #DBADDA;
}
</style>
border-color css
<style>
span { border-color: #DBADDA; }
span { border-color: rgb(219,173,218); }
td.TdClassName
{
border-color: #DBADDA;
}
.TagClassName
{
border-color: #DBADDA;
}
</style>