Shades of Plum #D7ABDD
Tints of Plum #D7ABDD
RGB
CMYK
RGB Variations
Color information
#D7ABDD (or 0xD7ABDD) is known color: Plum. HEX triplet: D7, AB and DD. RGB value is (215,171,221). Sum of RGB (Red+Green+Blue) = 215+171+221=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #D7ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ABDD is #285422. Grayscale: #BDBDBD. Windows color (decimal): -2642979 or 14527447. OLE color: 14527447.
HSL color Cylindrical-coordinate representation of color #D7ABDD: hue angle of 292.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7ABDD is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 171 | 221 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.13 |
| HSL | 292.8º | 0.42% | 0.77% | - |
| HSV(B) | 292.8º | 0.23% | 0.87% | - |
| XYZ | 55.64 | 48.79 | 74.89 | - |
| YUV | 189.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 171 | 221 | 0.03 | 0.23 | 0 | 0.13 | 292.8 | 0.42 | 0.77 |
| Hex | D7 | AB | DD | 3 | 17 | 0 | D | 125 | 2A | 4D |
| Octal | 327 | 253 | 335 | 3 | 27 | 0 | 15 | 445 | 52 | 115 |
| Binary | 11010111 | 10101011 | 11011101 | 11 | 10111 | 0 | 1101 | 100100101 | 101010 | 1001101 |
Color Harmonies of #D7ABDD
Complementary color
Monochromatic Colors of #D7ABDD
Black with #D7ABDD
Text Example
Text Example
White with #D7ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ABDD; }
p { color: rgb(215,171,221); }
H1.HeaderClassName
{
color: #D7ABDD;
}
.AnyTagClassName
{
color: #D7ABDD;
}
</style>
background-color css
<style>
a { background-color: #D7ABDD; }
a { background-color: rgb(215,171,221); }
div.DivClassName
{
background-color: #D7ABDD;
}
.BgClassName
{
background-color: #D7ABDD;
}
</style>
border-color css
<style>
span { border-color: #D7ABDD; }
span { border-color: rgb(215,171,221); }
td.TdClassName
{
border-color: #D7ABDD;
}
.TagClassName
{
border-color: #D7ABDD;
}
</style>