Shades of Plum #DAA9DC
Tints of Plum #DAA9DC
RGB
CMYK
RGB Variations
Color information
#DAA9DC (or 0xDAA9DC) is known color: Plum. HEX triplet: DA, A9 and DC. RGB value is (218,169,220). Sum of RGB (Red+Green+Blue) = 218+169+220=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 169 (66.41% from 255 or 27.84% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9DC is #255623. Grayscale: #BDBDBD. Windows color (decimal): -2446884 or 14461402. OLE color: 14461402.
HSL color Cylindrical-coordinate representation of color #DAA9DC: hue angle of 297.65º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA9DC is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 169 | 220 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.14 |
| HSL | 297.65º | 0.42% | 0.76% | - |
| HSV(B) | 297.65º | 0.23% | 0.86% | - |
| XYZ | 56.02 | 48.45 | 74.11 | - |
| YUV | 189.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 220 | 0.01 | 0.23 | 0 | 0.14 | 297.65 | 0.42 | 0.76 |
| Hex | DA | A9 | DC | 1 | 17 | 0 | E | 12A | 2A | 4C |
| Octal | 332 | 251 | 334 | 1 | 27 | 0 | 16 | 452 | 52 | 114 |
| Binary | 11011010 | 10101001 | 11011100 | 1 | 10111 | 0 | 1110 | 100101010 | 101010 | 1001100 |
Color Harmonies of #DAA9DC
Complementary color
Monochromatic Colors of #DAA9DC
Black with #DAA9DC
Text Example
Text Example
White with #DAA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9DC; }
p { color: rgb(218,169,220); }
H1.HeaderClassName
{
color: #DAA9DC;
}
.AnyTagClassName
{
color: #DAA9DC;
}
</style>
background-color css
<style>
a { background-color: #DAA9DC; }
a { background-color: rgb(218,169,220); }
div.DivClassName
{
background-color: #DAA9DC;
}
.BgClassName
{
background-color: #DAA9DC;
}
</style>
border-color css
<style>
span { border-color: #DAA9DC; }
span { border-color: rgb(218,169,220); }
td.TdClassName
{
border-color: #DAA9DC;
}
.TagClassName
{
border-color: #DAA9DC;
}
</style>