Shades of Plum #D5AADC
Tints of Plum #D5AADC
RGB
CMYK
RGB Variations
Color information
#D5AADC (or 0xD5AADC) is known color: Plum. HEX triplet: D5, AA and DC. RGB value is (213,170,220). Sum of RGB (Red+Green+Blue) = 213+170+220=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #D5AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AADC is #2A5523. Grayscale: #BCBCBC. Windows color (decimal): -2774308 or 14461653. OLE color: 14461653.
HSL color Cylindrical-coordinate representation of color #D5AADC: hue angle of 291.6º 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 #D5AADC is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 170 | 220 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.14 |
| HSL | 291.6º | 0.42% | 0.76% | - |
| HSV(B) | 291.6º | 0.23% | 0.86% | - |
| XYZ | 54.73 | 48.06 | 74.1 | - |
| YUV | 188.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 220 | 0.03 | 0.23 | 0 | 0.14 | 291.6 | 0.42 | 0.76 |
| Hex | D5 | AA | DC | 3 | 17 | 0 | E | 124 | 2A | 4C |
| Octal | 325 | 252 | 334 | 3 | 27 | 0 | 16 | 444 | 52 | 114 |
| Binary | 11010101 | 10101010 | 11011100 | 11 | 10111 | 0 | 1110 | 100100100 | 101010 | 1001100 |
Color Harmonies of #D5AADC
Complementary color
Monochromatic Colors of #D5AADC
Black with #D5AADC
Text Example
Text Example
White with #D5AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AADC; }
p { color: rgb(213,170,220); }
H1.HeaderClassName
{
color: #D5AADC;
}
.AnyTagClassName
{
color: #D5AADC;
}
</style>
background-color css
<style>
a { background-color: #D5AADC; }
a { background-color: rgb(213,170,220); }
div.DivClassName
{
background-color: #D5AADC;
}
.BgClassName
{
background-color: #D5AADC;
}
</style>
border-color css
<style>
span { border-color: #D5AADC; }
span { border-color: rgb(213,170,220); }
td.TdClassName
{
border-color: #D5AADC;
}
.TagClassName
{
border-color: #D5AADC;
}
</style>