Shades of Plum #DAADDB
Tints of Plum #DAADDB
RGB
CMYK
RGB Variations
Color information
#DAADDB (or 0xDAADDB) is known color: Plum. HEX triplet: DA, AD and DB. RGB value is (218,173,219). Sum of RGB (Red+Green+Blue) = 218+173+219=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADDB is #255224. Grayscale: #BFBFBF. Windows color (decimal): -2445861 or 14396890. OLE color: 14396890.
HSL color Cylindrical-coordinate representation of color #DAADDB: hue angle of 298.7º 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 #DAADDB is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 173 | 219 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.14 |
| HSL | 298.7º | 0.39% | 0.77% | - |
| HSV(B) | 298.7º | 0.21% | 0.86% | - |
| XYZ | 56.64 | 49.91 | 73.67 | - |
| YUV | 191.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 219 | 0.00 | 0.21 | 0 | 0.14 | 298.7 | 0.39 | 0.77 |
| Hex | DA | AD | DB | 0 | 15 | 0 | E | 12B | 27 | 4D |
| Octal | 332 | 255 | 333 | 0 | 25 | 0 | 16 | 453 | 47 | 115 |
| Binary | 11011010 | 10101101 | 11011011 | 0 | 10101 | 0 | 1110 | 100101011 | 100111 | 1001101 |
Color Harmonies of #DAADDB
Complementary color
Monochromatic Colors of #DAADDB
Black with #DAADDB
Text Example
Text Example
White with #DAADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADDB; }
p { color: rgb(218,173,219); }
H1.HeaderClassName
{
color: #DAADDB;
}
.AnyTagClassName
{
color: #DAADDB;
}
</style>
background-color css
<style>
a { background-color: #DAADDB; }
a { background-color: rgb(218,173,219); }
div.DivClassName
{
background-color: #DAADDB;
}
.BgClassName
{
background-color: #DAADDB;
}
</style>
border-color css
<style>
span { border-color: #DAADDB; }
span { border-color: rgb(218,173,219); }
td.TdClassName
{
border-color: #DAADDB;
}
.TagClassName
{
border-color: #DAADDB;
}
</style>