Shades of Plum #DAAAD6
Tints of Plum #DAAAD6
RGB
CMYK
RGB Variations
Color information
#DAAAD6 (or 0xDAAAD6) is known color: Plum. HEX triplet: DA, AA and D6. RGB value is (218,170,214). Sum of RGB (Red+Green+Blue) = 218+170+214=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 214 (83.98% from 255 or 35.55% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAAD6 is #255529. Grayscale: #BDBDBD. Windows color (decimal): -2446634 or 14068442. OLE color: 14068442.
HSL color Cylindrical-coordinate representation of color #DAAAD6: hue angle of 305º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAAD6 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 170 | 214 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.15 |
| HSL | 305º | 0.39% | 0.76% | - |
| HSV(B) | 305º | 0.22% | 0.85% | - |
| XYZ | 55.43 | 48.51 | 70.06 | - |
| YUV | 189.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 170 | 214 | 0 | 0.22 | 0.02 | 0.15 | 305 | 0.39 | 0.76 |
| Hex | DA | AA | D6 | 0 | 16 | 2 | F | 131 | 27 | 4C |
| Octal | 332 | 252 | 326 | 0 | 26 | 2 | 17 | 461 | 47 | 114 |
| Binary | 11011010 | 10101010 | 11010110 | 0 | 10110 | 10 | 1111 | 100110001 | 100111 | 1001100 |
Color Harmonies of #DAAAD6
Complementary color
Monochromatic Colors of #DAAAD6
Black with #DAAAD6
Text Example
Text Example
White with #DAAAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAAD6; }
p { color: rgb(218,170,214); }
H1.HeaderClassName
{
color: #DAAAD6;
}
.AnyTagClassName
{
color: #DAAAD6;
}
</style>
background-color css
<style>
a { background-color: #DAAAD6; }
a { background-color: rgb(218,170,214); }
div.DivClassName
{
background-color: #DAAAD6;
}
.BgClassName
{
background-color: #DAAAD6;
}
</style>
border-color css
<style>
span { border-color: #DAAAD6; }
span { border-color: rgb(218,170,214); }
td.TdClassName
{
border-color: #DAAAD6;
}
.TagClassName
{
border-color: #DAAAD6;
}
</style>