Shades of Plum #D9ADDB
Tints of Plum #D9ADDB
RGB
CMYK
RGB Variations
Color information
#D9ADDB (or 0xD9ADDB) is known color: Plum. HEX triplet: D9, AD and DB. RGB value is (217,173,219). Sum of RGB (Red+Green+Blue) = 217+173+219=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9ADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ADDB is #265224. Grayscale: #BFBFBF. Windows color (decimal): -2511397 or 14396889. OLE color: 14396889.
HSL color Cylindrical-coordinate representation of color #D9ADDB: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ADDB is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 173 | 219 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.14 |
| HSL | 297.39º | 0.39% | 0.77% | - |
| HSV(B) | 297.39º | 0.21% | 0.86% | - |
| XYZ | 56.35 | 49.75 | 73.65 | - |
| YUV | 191.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 219 | 0.01 | 0.21 | 0 | 0.14 | 297.39 | 0.39 | 0.77 |
| Hex | D9 | AD | DB | 1 | 15 | 0 | E | 129 | 27 | 4D |
| Octal | 331 | 255 | 333 | 1 | 25 | 0 | 16 | 451 | 47 | 115 |
| Binary | 11011001 | 10101101 | 11011011 | 1 | 10101 | 0 | 1110 | 100101001 | 100111 | 1001101 |
Color Harmonies of #D9ADDB
Complementary color
Monochromatic Colors of #D9ADDB
Black with #D9ADDB
Text Example
Text Example
White with #D9ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADDB; }
p { color: rgb(217,173,219); }
H1.HeaderClassName
{
color: #D9ADDB;
}
.AnyTagClassName
{
color: #D9ADDB;
}
</style>
background-color css
<style>
a { background-color: #D9ADDB; }
a { background-color: rgb(217,173,219); }
div.DivClassName
{
background-color: #D9ADDB;
}
.BgClassName
{
background-color: #D9ADDB;
}
</style>
border-color css
<style>
span { border-color: #D9ADDB; }
span { border-color: rgb(217,173,219); }
td.TdClassName
{
border-color: #D9ADDB;
}
.TagClassName
{
border-color: #D9ADDB;
}
</style>