Shades of Plum #DAA9DF
Tints of Plum #DAA9DF
RGB
CMYK
RGB Variations
Color information
#DAA9DF (or 0xDAA9DF) is known color: Plum. HEX triplet: DA, A9 and DF. RGB value is (218,169,223). Sum of RGB (Red+Green+Blue) = 218+169+223=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9DF is #255620. Grayscale: #BDBDBD. Windows color (decimal): -2446881 or 14658010. OLE color: 14658010.
HSL color Cylindrical-coordinate representation of color #DAA9DF: hue angle of 294.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA9DF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 169 | 223 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.13 |
| HSL | 294.44º | 0.46% | 0.77% | - |
| HSV(B) | 294.44º | 0.24% | 0.87% | - |
| XYZ | 56.42 | 48.61 | 76.22 | - |
| YUV | 189.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 223 | 0.02 | 0.24 | 0 | 0.13 | 294.44 | 0.46 | 0.77 |
| Hex | DA | A9 | DF | 2 | 18 | 0 | D | 126 | 2E | 4D |
| Octal | 332 | 251 | 337 | 2 | 30 | 0 | 15 | 446 | 56 | 115 |
| Binary | 11011010 | 10101001 | 11011111 | 10 | 11000 | 0 | 1101 | 100100110 | 101110 | 1001101 |
Color Harmonies of #DAA9DF
Complementary color
Monochromatic Colors of #DAA9DF
Black with #DAA9DF
Text Example
Text Example
White with #DAA9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9DF; }
p { color: rgb(218,169,223); }
H1.HeaderClassName
{
color: #DAA9DF;
}
.AnyTagClassName
{
color: #DAA9DF;
}
</style>
background-color css
<style>
a { background-color: #DAA9DF; }
a { background-color: rgb(218,169,223); }
div.DivClassName
{
background-color: #DAA9DF;
}
.BgClassName
{
background-color: #DAA9DF;
}
</style>
border-color css
<style>
span { border-color: #DAA9DF; }
span { border-color: rgb(218,169,223); }
td.TdClassName
{
border-color: #DAA9DF;
}
.TagClassName
{
border-color: #DAA9DF;
}
</style>