Shades of Plum #DAA1DA
Tints of Plum #DAA1DA
RGB
CMYK
RGB Variations
Color information
#DAA1DA (or 0xDAA1DA) is known color: Plum. HEX triplet: DA, A1 and DA. RGB value is (218,161,218). Sum of RGB (Red+Green+Blue) = 218+161+218=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 161 (63.28% from 255 or 26.97% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DA is #255E25. Grayscale: #B8B8B8. Windows color (decimal): -2448934 or 14328282. OLE color: 14328282.
HSL color Cylindrical-coordinate representation of color #DAA1DA: hue angle of 300º 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 #DAA1DA is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 161 | 218 | - |
| CMYK | 0 | 0.26 | 0 | 0.15 |
| HSL | 300º | 0.44% | 0.74% | - |
| HSV(B) | 300º | 0.26% | 0.85% | - |
| XYZ | 54.31 | 45.46 | 72.24 | - |
| YUV | 184.54 | 146.88 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 218 | 0 | 0.26 | 0 | 0.15 | 300 | 0.44 | 0.74 |
| Hex | DA | A1 | DA | 0 | 1A | 0 | F | 12C | 2C | 4A |
| Octal | 332 | 241 | 332 | 0 | 32 | 0 | 17 | 454 | 54 | 112 |
| Binary | 11011010 | 10100001 | 11011010 | 0 | 11010 | 0 | 1111 | 100101100 | 101100 | 1001010 |
Color Harmonies of #DAA1DA
Complementary color
Monochromatic Colors of #DAA1DA
Black with #DAA1DA
Text Example
Text Example
White with #DAA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1DA; }
p { color: rgb(218,161,218); }
H1.HeaderClassName
{
color: #DAA1DA;
}
.AnyTagClassName
{
color: #DAA1DA;
}
</style>
background-color css
<style>
a { background-color: #DAA1DA; }
a { background-color: rgb(218,161,218); }
div.DivClassName
{
background-color: #DAA1DA;
}
.BgClassName
{
background-color: #DAA1DA;
}
</style>
border-color css
<style>
span { border-color: #DAA1DA; }
span { border-color: rgb(218,161,218); }
td.TdClassName
{
border-color: #DAA1DA;
}
.TagClassName
{
border-color: #DAA1DA;
}
</style>