Shades of Plum #D6AAE0
Tints of Plum #D6AAE0
RGB
CMYK
RGB Variations
Color information
#D6AAE0 (or 0xD6AAE0) is known color: Plum. HEX triplet: D6, AA and E0. RGB value is (214,170,224). Sum of RGB (Red+Green+Blue) = 214+170+224=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #D6AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AAE0 is #29551F. Grayscale: #BDBDBD. Windows color (decimal): -2708768 or 14723798. OLE color: 14723798.
HSL color Cylindrical-coordinate representation of color #D6AAE0: hue angle of 288.89º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6AAE0 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 170 | 224 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.12 |
| HSL | 288.89º | 0.47% | 0.77% | - |
| HSV(B) | 288.89º | 0.24% | 0.88% | - |
| XYZ | 55.56 | 48.43 | 76.94 | - |
| YUV | 189.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 224 | 0.04 | 0.24 | 0 | 0.12 | 288.89 | 0.47 | 0.77 |
| Hex | D6 | AA | E0 | 4 | 18 | 0 | C | 121 | 2F | 4D |
| Octal | 326 | 252 | 340 | 4 | 30 | 0 | 14 | 441 | 57 | 115 |
| Binary | 11010110 | 10101010 | 11100000 | 100 | 11000 | 0 | 1100 | 100100001 | 101111 | 1001101 |
Color Harmonies of #D6AAE0
Complementary color
Monochromatic Colors of #D6AAE0
Black with #D6AAE0
Text Example
Text Example
White with #D6AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AAE0; }
p { color: rgb(214,170,224); }
H1.HeaderClassName
{
color: #D6AAE0;
}
.AnyTagClassName
{
color: #D6AAE0;
}
</style>
background-color css
<style>
a { background-color: #D6AAE0; }
a { background-color: rgb(214,170,224); }
div.DivClassName
{
background-color: #D6AAE0;
}
.BgClassName
{
background-color: #D6AAE0;
}
</style>
border-color css
<style>
span { border-color: #D6AAE0; }
span { border-color: rgb(214,170,224); }
td.TdClassName
{
border-color: #D6AAE0;
}
.TagClassName
{
border-color: #D6AAE0;
}
</style>