Shades of Plum #D7AADC
Tints of Plum #D7AADC
RGB
CMYK
RGB Variations
Color information
#D7AADC (or 0xD7AADC) is known color: Plum. HEX triplet: D7, AA and DC. RGB value is (215,170,220). Sum of RGB (Red+Green+Blue) = 215+170+220=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 220 (86.33% from 255 or 36.36% from 605); Max value from RGB is 220 - color contains mainly: blue. Hex color #D7AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AADC is #285523. Grayscale: #BDBDBD. Windows color (decimal): -2643236 or 14461655. OLE color: 14461655.
HSL color Cylindrical-coordinate representation of color #D7AADC: hue angle of 294º 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 #D7AADC is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 170 | 220 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.14 |
| HSL | 294º | 0.42% | 0.76% | - |
| HSV(B) | 294º | 0.23% | 0.86% | - |
| XYZ | 55.32 | 48.36 | 74.13 | - |
| YUV | 189.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 220 | 0.02 | 0.23 | 0 | 0.14 | 294 | 0.42 | 0.76 |
| Hex | D7 | AA | DC | 2 | 17 | 0 | E | 126 | 2A | 4C |
| Octal | 327 | 252 | 334 | 2 | 27 | 0 | 16 | 446 | 52 | 114 |
| Binary | 11010111 | 10101010 | 11011100 | 10 | 10111 | 0 | 1110 | 100100110 | 101010 | 1001100 |
Color Harmonies of #D7AADC
Complementary color
Monochromatic Colors of #D7AADC
Black with #D7AADC
Text Example
Text Example
White with #D7AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AADC; }
p { color: rgb(215,170,220); }
H1.HeaderClassName
{
color: #D7AADC;
}
.AnyTagClassName
{
color: #D7AADC;
}
</style>
background-color css
<style>
a { background-color: #D7AADC; }
a { background-color: rgb(215,170,220); }
div.DivClassName
{
background-color: #D7AADC;
}
.BgClassName
{
background-color: #D7AADC;
}
</style>
border-color css
<style>
span { border-color: #D7AADC; }
span { border-color: rgb(215,170,220); }
td.TdClassName
{
border-color: #D7AADC;
}
.TagClassName
{
border-color: #D7AADC;
}
</style>