Shades of Plum #DAA6D3
Tints of Plum #DAA6D3
RGB
CMYK
RGB Variations
Color information
#DAA6D3 (or 0xDAA6D3) is known color: Plum. HEX triplet: DA, A6 and D3. RGB value is (218,166,211). Sum of RGB (Red+Green+Blue) = 218+166+211=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA6D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA6D3 is #25592C. Grayscale: #BABABA. Windows color (decimal): -2447661 or 13870810. OLE color: 13870810.
HSL color Cylindrical-coordinate representation of color #DAA6D3: hue angle of 308.08º 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 #DAA6D3 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 166 | 211 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.15 |
| HSL | 308.08º | 0.41% | 0.75% | - |
| HSV(B) | 308.08º | 0.24% | 0.85% | - |
| XYZ | 54.31 | 46.88 | 67.81 | - |
| YUV | 186.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 211 | 0 | 0.24 | 0.03 | 0.15 | 308.08 | 0.41 | 0.75 |
| Hex | DA | A6 | D3 | 0 | 18 | 3 | F | 134 | 29 | 4B |
| Octal | 332 | 246 | 323 | 0 | 30 | 3 | 17 | 464 | 51 | 113 |
| Binary | 11011010 | 10100110 | 11010011 | 0 | 11000 | 11 | 1111 | 100110100 | 101001 | 1001011 |
Color Harmonies of #DAA6D3
Complementary color
Monochromatic Colors of #DAA6D3
Black with #DAA6D3
Text Example
Text Example
White with #DAA6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6D3; }
p { color: rgb(218,166,211); }
H1.HeaderClassName
{
color: #DAA6D3;
}
.AnyTagClassName
{
color: #DAA6D3;
}
</style>
background-color css
<style>
a { background-color: #DAA6D3; }
a { background-color: rgb(218,166,211); }
div.DivClassName
{
background-color: #DAA6D3;
}
.BgClassName
{
background-color: #DAA6D3;
}
</style>
border-color css
<style>
span { border-color: #DAA6D3; }
span { border-color: rgb(218,166,211); }
td.TdClassName
{
border-color: #DAA6D3;
}
.TagClassName
{
border-color: #DAA6D3;
}
</style>