Shades of Plum #DAA6DD
Tints of Plum #DAA6DD
RGB
CMYK
RGB Variations
Color information
#DAA6DD (or 0xDAA6DD) is known color: Plum. HEX triplet: DA, A6 and DD. RGB value is (218,166,221). Sum of RGB (Red+Green+Blue) = 218+166+221=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6DD is #255922. Grayscale: #BBBBBB. Windows color (decimal): -2447651 or 14526170. OLE color: 14526170.
HSL color Cylindrical-coordinate representation of color #DAA6DD: hue angle of 296.73º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA6DD is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 166 | 221 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.13 |
| HSL | 296.73º | 0.45% | 0.76% | - |
| HSV(B) | 296.73º | 0.25% | 0.87% | - |
| XYZ | 55.6 | 47.4 | 74.62 | - |
| YUV | 187.82 | 146.73 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 221 | 0.01 | 0.25 | 0 | 0.13 | 296.73 | 0.45 | 0.76 |
| Hex | DA | A6 | DD | 1 | 19 | 0 | D | 129 | 2D | 4C |
| Octal | 332 | 246 | 335 | 1 | 31 | 0 | 15 | 451 | 55 | 114 |
| Binary | 11011010 | 10100110 | 11011101 | 1 | 11001 | 0 | 1101 | 100101001 | 101101 | 1001100 |
Color Harmonies of #DAA6DD
Complementary color
Monochromatic Colors of #DAA6DD
Black with #DAA6DD
Text Example
Text Example
White with #DAA6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6DD; }
p { color: rgb(218,166,221); }
H1.HeaderClassName
{
color: #DAA6DD;
}
.AnyTagClassName
{
color: #DAA6DD;
}
</style>
background-color css
<style>
a { background-color: #DAA6DD; }
a { background-color: rgb(218,166,221); }
div.DivClassName
{
background-color: #DAA6DD;
}
.BgClassName
{
background-color: #DAA6DD;
}
</style>
border-color css
<style>
span { border-color: #DAA6DD; }
span { border-color: rgb(218,166,221); }
td.TdClassName
{
border-color: #DAA6DD;
}
.TagClassName
{
border-color: #DAA6DD;
}
</style>