Shades of Plum #DAA1DF
Tints of Plum #DAA1DF
RGB
CMYK
RGB Variations
Color information
#DAA1DF (or 0xDAA1DF) is known color: Plum. HEX triplet: DA, A1 and DF. RGB value is (218,161,223). Sum of RGB (Red+Green+Blue) = 218+161+223=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1DF is #255E20. Grayscale: #B8B8B8. Windows color (decimal): -2448929 or 14655962. OLE color: 14655962.
HSL color Cylindrical-coordinate representation of color #DAA1DF: hue angle of 295.16º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA1DF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 161 | 223 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.13 |
| HSL | 295.16º | 0.49% | 0.75% | - |
| HSV(B) | 295.16º | 0.28% | 0.87% | - |
| XYZ | 54.98 | 45.72 | 75.74 | - |
| YUV | 185.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 161 | 223 | 0.02 | 0.28 | 0 | 0.13 | 295.16 | 0.49 | 0.75 |
| Hex | DA | A1 | DF | 2 | 1C | 0 | D | 127 | 31 | 4B |
| Octal | 332 | 241 | 337 | 2 | 34 | 0 | 15 | 447 | 61 | 113 |
| Binary | 11011010 | 10100001 | 11011111 | 10 | 11100 | 0 | 1101 | 100100111 | 110001 | 1001011 |
Color Harmonies of #DAA1DF
Complementary color
Monochromatic Colors of #DAA1DF
Black with #DAA1DF
Text Example
Text Example
White with #DAA1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA1DF; }
p { color: rgb(218,161,223); }
H1.HeaderClassName
{
color: #DAA1DF;
}
.AnyTagClassName
{
color: #DAA1DF;
}
</style>
background-color css
<style>
a { background-color: #DAA1DF; }
a { background-color: rgb(218,161,223); }
div.DivClassName
{
background-color: #DAA1DF;
}
.BgClassName
{
background-color: #DAA1DF;
}
</style>
border-color css
<style>
span { border-color: #DAA1DF; }
span { border-color: rgb(218,161,223); }
td.TdClassName
{
border-color: #DAA1DF;
}
.TagClassName
{
border-color: #DAA1DF;
}
</style>