Shades of Plum #D8AADC
Tints of Plum #D8AADC
RGB
CMYK
RGB Variations
Color information
#D8AADC (or 0xD8AADC) is known color: Plum. HEX triplet: D8, AA and DC. RGB value is (216,170,220). Sum of RGB (Red+Green+Blue) = 216+170+220=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AADC is #275523. Grayscale: #BDBDBD. Windows color (decimal): -2577700 or 14461656. OLE color: 14461656.
HSL color Cylindrical-coordinate representation of color #D8AADC: hue angle of 295.2º 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 #D8AADC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 170 | 220 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.14 |
| HSL | 295.2º | 0.42% | 0.76% | - |
| HSV(B) | 295.2º | 0.23% | 0.86% | - |
| XYZ | 55.61 | 48.52 | 74.14 | - |
| YUV | 189.45 | 145.24 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 220 | 0.02 | 0.23 | 0 | 0.14 | 295.2 | 0.42 | 0.76 |
| Hex | D8 | AA | DC | 2 | 17 | 0 | E | 127 | 2A | 4C |
| Octal | 330 | 252 | 334 | 2 | 27 | 0 | 16 | 447 | 52 | 114 |
| Binary | 11011000 | 10101010 | 11011100 | 10 | 10111 | 0 | 1110 | 100100111 | 101010 | 1001100 |
Color Harmonies of #D8AADC
Complementary color
Monochromatic Colors of #D8AADC
Black with #D8AADC
Text Example
Text Example
White with #D8AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AADC; }
p { color: rgb(216,170,220); }
H1.HeaderClassName
{
color: #D8AADC;
}
.AnyTagClassName
{
color: #D8AADC;
}
</style>
background-color css
<style>
a { background-color: #D8AADC; }
a { background-color: rgb(216,170,220); }
div.DivClassName
{
background-color: #D8AADC;
}
.BgClassName
{
background-color: #D8AADC;
}
</style>
border-color css
<style>
span { border-color: #D8AADC; }
span { border-color: rgb(216,170,220); }
td.TdClassName
{
border-color: #D8AADC;
}
.TagClassName
{
border-color: #D8AADC;
}
</style>