Shades of Plum #DAAADD
Tints of Plum #DAAADD
RGB
CMYK
RGB Variations
Color information
#DAAADD (or 0xDAAADD) is known color: Plum. HEX triplet: DA, AA and DD. RGB value is (218,170,221). Sum of RGB (Red+Green+Blue) = 218+170+221=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAAADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAADD is #255522. Grayscale: #BEBEBE. Windows color (decimal): -2446627 or 14527194. OLE color: 14527194.
HSL color Cylindrical-coordinate representation of color #DAAADD: hue angle of 296.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAAADD is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 170 | 221 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.13 |
| HSL | 296.47º | 0.43% | 0.77% | - |
| HSV(B) | 296.47º | 0.23% | 0.87% | - |
| XYZ | 56.34 | 48.88 | 74.87 | - |
| YUV | 190.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 221 | 0.01 | 0.23 | 0 | 0.13 | 296.47 | 0.43 | 0.77 |
| Hex | DA | AA | DD | 1 | 17 | 0 | D | 128 | 2B | 4D |
| Octal | 332 | 252 | 335 | 1 | 27 | 0 | 15 | 450 | 53 | 115 |
| Binary | 11011010 | 10101010 | 11011101 | 1 | 10111 | 0 | 1101 | 100101000 | 101011 | 1001101 |
Color Harmonies of #DAAADD
Complementary color
Monochromatic Colors of #DAAADD
Black with #DAAADD
Text Example
Text Example
White with #DAAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAADD; }
p { color: rgb(218,170,221); }
H1.HeaderClassName
{
color: #DAAADD;
}
.AnyTagClassName
{
color: #DAAADD;
}
</style>
background-color css
<style>
a { background-color: #DAAADD; }
a { background-color: rgb(218,170,221); }
div.DivClassName
{
background-color: #DAAADD;
}
.BgClassName
{
background-color: #DAAADD;
}
</style>
border-color css
<style>
span { border-color: #DAAADD; }
span { border-color: rgb(218,170,221); }
td.TdClassName
{
border-color: #DAAADD;
}
.TagClassName
{
border-color: #DAAADD;
}
</style>