Shades of Plum #DAA1D7
Tints of Plum #DAA1D7
RGB
CMYK
RGB Variations
Color information
#DAA1D7 (or 0xDAA1D7) is known color: Plum. HEX triplet: DA, A1 and D7. RGB value is (218,161,215). Sum of RGB (Red+Green+Blue) = 218+161+215=594 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.70% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1D7 is #255E28. Grayscale: #B8B8B8. Windows color (decimal): -2448937 or 14131674. OLE color: 14131674.
HSL color Cylindrical-coordinate representation of color #DAA1D7: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1D7 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 215 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.15 |
| HSL | 303.16º | 0.44% | 0.74% | - |
| HSV(B) | 303.16º | 0.26% | 0.85% | - |
| XYZ | 53.92 | 45.3 | 70.19 | - |
| YUV | 184.2 | 145.38 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 215 | 0 | 0.26 | 0.01 | 0.15 | 303.16 | 0.44 | 0.74 |
| Hex | DA | A1 | D7 | 0 | 1A | 1 | F | 12F | 2C | 4A |
| Octal | 332 | 241 | 327 | 0 | 32 | 1 | 17 | 457 | 54 | 112 |
| Binary | 11011010 | 10100001 | 11010111 | 0 | 11010 | 1 | 1111 | 100101111 | 101100 | 1001010 |
Color Harmonies of #DAA1D7
Complementary color
Monochromatic Colors of #DAA1D7
Black with #DAA1D7
Text Example
Text Example
White with #DAA1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1D7; }
p { color: rgb(218,161,215); }
H1.HeaderClassName
{
color: #DAA1D7;
}
.AnyTagClassName
{
color: #DAA1D7;
}
</style>
background-color css
<style>
a { background-color: #DAA1D7; }
a { background-color: rgb(218,161,215); }
div.DivClassName
{
background-color: #DAA1D7;
}
.BgClassName
{
background-color: #DAA1D7;
}
</style>
border-color css
<style>
span { border-color: #DAA1D7; }
span { border-color: rgb(218,161,215); }
td.TdClassName
{
border-color: #DAA1D7;
}
.TagClassName
{
border-color: #DAA1D7;
}
</style>