Shades of Plum #DAA4DE
Tints of Plum #DAA4DE
RGB
CMYK
RGB Variations
Color information
#DAA4DE (or 0xDAA4DE) is known color: Plum. HEX triplet: DA, A4 and DE. RGB value is (218,164,222). Sum of RGB (Red+Green+Blue) = 218+164+222=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #DAA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4DE is #255B21. Grayscale: #BABABA. Windows color (decimal): -2448162 or 14591194. OLE color: 14591194.
HSL color Cylindrical-coordinate representation of color #DAA4DE: hue angle of 295.86º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA4DE is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 164 | 222 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.13 |
| HSL | 295.86º | 0.47% | 0.76% | - |
| HSV(B) | 295.86º | 0.26% | 0.87% | - |
| XYZ | 55.37 | 46.73 | 75.21 | - |
| YUV | 186.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 222 | 0.02 | 0.26 | 0 | 0.13 | 295.86 | 0.47 | 0.76 |
| Hex | DA | A4 | DE | 2 | 1A | 0 | D | 128 | 2F | 4C |
| Octal | 332 | 244 | 336 | 2 | 32 | 0 | 15 | 450 | 57 | 114 |
| Binary | 11011010 | 10100100 | 11011110 | 10 | 11010 | 0 | 1101 | 100101000 | 101111 | 1001100 |
Color Harmonies of #DAA4DE
Complementary color
Monochromatic Colors of #DAA4DE
Black with #DAA4DE
Text Example
Text Example
White with #DAA4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4DE; }
p { color: rgb(218,164,222); }
H1.HeaderClassName
{
color: #DAA4DE;
}
.AnyTagClassName
{
color: #DAA4DE;
}
</style>
background-color css
<style>
a { background-color: #DAA4DE; }
a { background-color: rgb(218,164,222); }
div.DivClassName
{
background-color: #DAA4DE;
}
.BgClassName
{
background-color: #DAA4DE;
}
</style>
border-color css
<style>
span { border-color: #DAA4DE; }
span { border-color: rgb(218,164,222); }
td.TdClassName
{
border-color: #DAA4DE;
}
.TagClassName
{
border-color: #DAA4DE;
}
</style>