Shades of Plum #DAA6D6
Tints of Plum #DAA6D6
RGB
CMYK
RGB Variations
Color information
#DAA6D6 (or 0xDAA6D6) is known color: Plum. HEX triplet: DA, A6 and D6. RGB value is (218,166,214). Sum of RGB (Red+Green+Blue) = 218+166+214=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 166 (65.23% from 255 or 27.76% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6D6 is #255929. Grayscale: #BABABA. Windows color (decimal): -2447658 or 14067418. OLE color: 14067418.
HSL color Cylindrical-coordinate representation of color #DAA6D6: hue angle of 304.62º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA6D6 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 214 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.15 |
| HSL | 304.62º | 0.41% | 0.75% | - |
| HSV(B) | 304.62º | 0.24% | 0.85% | - |
| XYZ | 54.69 | 47.03 | 69.81 | - |
| YUV | 187.02 | 143.23 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 214 | 0 | 0.24 | 0.02 | 0.15 | 304.62 | 0.41 | 0.75 |
| Hex | DA | A6 | D6 | 0 | 18 | 2 | F | 131 | 29 | 4B |
| Octal | 332 | 246 | 326 | 0 | 30 | 2 | 17 | 461 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11010110 | 0 | 11000 | 10 | 1111 | 100110001 | 101001 | 1001011 |
Color Harmonies of #DAA6D6
Complementary color
Monochromatic Colors of #DAA6D6
Black with #DAA6D6
Text Example
Text Example
White with #DAA6D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6D6; }
p { color: rgb(218,166,214); }
H1.HeaderClassName
{
color: #DAA6D6;
}
.AnyTagClassName
{
color: #DAA6D6;
}
</style>
background-color css
<style>
a { background-color: #DAA6D6; }
a { background-color: rgb(218,166,214); }
div.DivClassName
{
background-color: #DAA6D6;
}
.BgClassName
{
background-color: #DAA6D6;
}
</style>
border-color css
<style>
span { border-color: #DAA6D6; }
span { border-color: rgb(218,166,214); }
td.TdClassName
{
border-color: #DAA6D6;
}
.TagClassName
{
border-color: #DAA6D6;
}
</style>