Shades of Plum #DAADDD
Tints of Plum #DAADDD
RGB
CMYK
RGB Variations
Color information
#DAADDD (or 0xDAADDD) is known color: Plum. HEX triplet: DA, AD and DD. RGB value is (218,173,221). Sum of RGB (Red+Green+Blue) = 218+173+221=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAADDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADDD is #255222. Grayscale: #BFBFBF. Windows color (decimal): -2445859 or 14527962. OLE color: 14527962.
HSL color Cylindrical-coordinate representation of color #DAADDD: hue angle of 296.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAADDD is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 173 | 221 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.13 |
| HSL | 296.25º | 0.41% | 0.77% | - |
| HSV(B) | 296.25º | 0.22% | 0.87% | - |
| XYZ | 56.91 | 50.01 | 75.06 | - |
| YUV | 191.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 221 | 0.01 | 0.22 | 0 | 0.13 | 296.25 | 0.41 | 0.77 |
| Hex | DA | AD | DD | 1 | 16 | 0 | D | 128 | 29 | 4D |
| Octal | 332 | 255 | 335 | 1 | 26 | 0 | 15 | 450 | 51 | 115 |
| Binary | 11011010 | 10101101 | 11011101 | 1 | 10110 | 0 | 1101 | 100101000 | 101001 | 1001101 |
Color Harmonies of #DAADDD
Complementary color
Monochromatic Colors of #DAADDD
Black with #DAADDD
Text Example
Text Example
White with #DAADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADDD; }
p { color: rgb(218,173,221); }
H1.HeaderClassName
{
color: #DAADDD;
}
.AnyTagClassName
{
color: #DAADDD;
}
</style>
background-color css
<style>
a { background-color: #DAADDD; }
a { background-color: rgb(218,173,221); }
div.DivClassName
{
background-color: #DAADDD;
}
.BgClassName
{
background-color: #DAADDD;
}
</style>
border-color css
<style>
span { border-color: #DAADDD; }
span { border-color: rgb(218,173,221); }
td.TdClassName
{
border-color: #DAADDD;
}
.TagClassName
{
border-color: #DAADDD;
}
</style>