Shades of Plum #D7AADB
Tints of Plum #D7AADB
RGB
CMYK
RGB Variations
Color information
#D7AADB (or 0xD7AADB) is known color: Plum. HEX triplet: D7, AA and DB. RGB value is (215,170,219). Sum of RGB (Red+Green+Blue) = 215+170+219=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #D7AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AADB is #285524. Grayscale: #BCBCBC. Windows color (decimal): -2643237 or 14396119. OLE color: 14396119.
HSL color Cylindrical-coordinate representation of color #D7AADB: hue angle of 295.1º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7AADB is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 170 | 219 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.14 |
| HSL | 295.1º | 0.4% | 0.76% | - |
| HSV(B) | 295.1º | 0.22% | 0.86% | - |
| XYZ | 55.19 | 48.31 | 73.43 | - |
| YUV | 189.04 | 144.91 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 219 | 0.02 | 0.22 | 0 | 0.14 | 295.1 | 0.4 | 0.76 |
| Hex | D7 | AA | DB | 2 | 16 | 0 | E | 127 | 28 | 4C |
| Octal | 327 | 252 | 333 | 2 | 26 | 0 | 16 | 447 | 50 | 114 |
| Binary | 11010111 | 10101010 | 11011011 | 10 | 10110 | 0 | 1110 | 100100111 | 101000 | 1001100 |
Color Harmonies of #D7AADB
Complementary color
Monochromatic Colors of #D7AADB
Black with #D7AADB
Text Example
Text Example
White with #D7AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AADB; }
p { color: rgb(215,170,219); }
H1.HeaderClassName
{
color: #D7AADB;
}
.AnyTagClassName
{
color: #D7AADB;
}
</style>
background-color css
<style>
a { background-color: #D7AADB; }
a { background-color: rgb(215,170,219); }
div.DivClassName
{
background-color: #D7AADB;
}
.BgClassName
{
background-color: #D7AADB;
}
</style>
border-color css
<style>
span { border-color: #D7AADB; }
span { border-color: rgb(215,170,219); }
td.TdClassName
{
border-color: #D7AADB;
}
.TagClassName
{
border-color: #D7AADB;
}
</style>