Shades of Plum #DAA5D1
Tints of Plum #DAA5D1
RGB
CMYK
RGB Variations
Color information
#DAA5D1 (or 0xDAA5D1) is known color: Plum. HEX triplet: DA, A5 and D1. RGB value is (218,165,209). Sum of RGB (Red+Green+Blue) = 218+165+209=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 165 (64.84% from 255 or 27.87% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5D1 is #255A2E. Grayscale: #B9B9B9. Windows color (decimal): -2447919 or 13739482. OLE color: 13739482.
HSL color Cylindrical-coordinate representation of color #DAA5D1: hue angle of 310.19º degrees, saturation: 0.42, 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 #DAA5D1 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 209 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.15 |
| HSL | 310.19º | 0.42% | 0.75% | - |
| HSV(B) | 310.19º | 0.24% | 0.85% | - |
| XYZ | 53.88 | 46.42 | 66.44 | - |
| YUV | 185.86 | 141.06 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 209 | 0 | 0.24 | 0.04 | 0.15 | 310.19 | 0.42 | 0.75 |
| Hex | DA | A5 | D1 | 0 | 18 | 4 | F | 136 | 2A | 4B |
| Octal | 332 | 245 | 321 | 0 | 30 | 4 | 17 | 466 | 52 | 113 |
| Binary | 11011010 | 10100101 | 11010001 | 0 | 11000 | 100 | 1111 | 100110110 | 101010 | 1001011 |
Color Harmonies of #DAA5D1
Complementary color
Monochromatic Colors of #DAA5D1
Black with #DAA5D1
Text Example
Text Example
White with #DAA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5D1; }
p { color: rgb(218,165,209); }
H1.HeaderClassName
{
color: #DAA5D1;
}
.AnyTagClassName
{
color: #DAA5D1;
}
</style>
background-color css
<style>
a { background-color: #DAA5D1; }
a { background-color: rgb(218,165,209); }
div.DivClassName
{
background-color: #DAA5D1;
}
.BgClassName
{
background-color: #DAA5D1;
}
</style>
border-color css
<style>
span { border-color: #DAA5D1; }
span { border-color: rgb(218,165,209); }
td.TdClassName
{
border-color: #DAA5D1;
}
.TagClassName
{
border-color: #DAA5D1;
}
</style>