Shades of Plum #DAA8DD
Tints of Plum #DAA8DD
RGB
CMYK
RGB Variations
Color information
#DAA8DD (or 0xDAA8DD) is known color: Plum. HEX triplet: DA, A8 and DD. RGB value is (218,168,221). Sum of RGB (Red+Green+Blue) = 218+168+221=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAA8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8DD is #255722. Grayscale: #BCBCBC. Windows color (decimal): -2447139 or 14526682. OLE color: 14526682.
HSL color Cylindrical-coordinate representation of color #DAA8DD: hue angle of 296.6º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA8DD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 168 | 221 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.13 |
| HSL | 296.6º | 0.44% | 0.76% | - |
| HSV(B) | 296.6º | 0.24% | 0.87% | - |
| XYZ | 55.97 | 48.13 | 74.75 | - |
| YUV | 188.99 | 146.07 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 221 | 0.01 | 0.24 | 0 | 0.13 | 296.6 | 0.44 | 0.76 |
| Hex | DA | A8 | DD | 1 | 18 | 0 | D | 129 | 2C | 4C |
| Octal | 332 | 250 | 335 | 1 | 30 | 0 | 15 | 451 | 54 | 114 |
| Binary | 11011010 | 10101000 | 11011101 | 1 | 11000 | 0 | 1101 | 100101001 | 101100 | 1001100 |
Color Harmonies of #DAA8DD
Complementary color
Monochromatic Colors of #DAA8DD
Black with #DAA8DD
Text Example
Text Example
White with #DAA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA8DD; }
p { color: rgb(218,168,221); }
H1.HeaderClassName
{
color: #DAA8DD;
}
.AnyTagClassName
{
color: #DAA8DD;
}
</style>
background-color css
<style>
a { background-color: #DAA8DD; }
a { background-color: rgb(218,168,221); }
div.DivClassName
{
background-color: #DAA8DD;
}
.BgClassName
{
background-color: #DAA8DD;
}
</style>
border-color css
<style>
span { border-color: #DAA8DD; }
span { border-color: rgb(218,168,221); }
td.TdClassName
{
border-color: #DAA8DD;
}
.TagClassName
{
border-color: #DAA8DD;
}
</style>