Shades of Plum #D9ABDC
Tints of Plum #D9ABDC
RGB
CMYK
RGB Variations
Color information
#D9ABDC (or 0xD9ABDC) is known color: Plum. HEX triplet: D9, AB and DC. RGB value is (217,171,220). Sum of RGB (Red+Green+Blue) = 217+171+220=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ABDC is #265423. Grayscale: #BEBEBE. Windows color (decimal): -2511908 or 14461913. OLE color: 14461913.
HSL color Cylindrical-coordinate representation of color #D9ABDC: hue angle of 296.33º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9ABDC is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 171 | 220 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.14 |
| HSL | 296.33º | 0.41% | 0.77% | - |
| HSV(B) | 296.33º | 0.22% | 0.86% | - |
| XYZ | 56.1 | 49.04 | 74.22 | - |
| YUV | 190.34 | 144.74 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 171 | 220 | 0.01 | 0.22 | 0 | 0.14 | 296.33 | 0.41 | 0.77 |
| Hex | D9 | AB | DC | 1 | 16 | 0 | E | 128 | 29 | 4D |
| Octal | 331 | 253 | 334 | 1 | 26 | 0 | 16 | 450 | 51 | 115 |
| Binary | 11011001 | 10101011 | 11011100 | 1 | 10110 | 0 | 1110 | 100101000 | 101001 | 1001101 |
Color Harmonies of #D9ABDC
Complementary color
Monochromatic Colors of #D9ABDC
Black with #D9ABDC
Text Example
Text Example
White with #D9ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ABDC; }
p { color: rgb(217,171,220); }
H1.HeaderClassName
{
color: #D9ABDC;
}
.AnyTagClassName
{
color: #D9ABDC;
}
</style>
background-color css
<style>
a { background-color: #D9ABDC; }
a { background-color: rgb(217,171,220); }
div.DivClassName
{
background-color: #D9ABDC;
}
.BgClassName
{
background-color: #D9ABDC;
}
</style>
border-color css
<style>
span { border-color: #D9ABDC; }
span { border-color: rgb(217,171,220); }
td.TdClassName
{
border-color: #D9ABDC;
}
.TagClassName
{
border-color: #D9ABDC;
}
</style>