Shades of Plum #D999D1
Tints of Plum #D999D1
RGB
CMYK
RGB Variations
Color information
#D999D1 (or 0xD999D1) is known color: Plum. HEX triplet: D9, 99 and D1. RGB value is (217,153,209). Sum of RGB (Red+Green+Blue) = 217+153+209=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D1 is #26662E. Grayscale: #B2B2B2. Windows color (decimal): -2516527 or 13736409. OLE color: 13736409.
HSL color Cylindrical-coordinate representation of color #D999D1: hue angle of 307.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999D1 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 209 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.15 |
| HSL | 307.5º | 0.46% | 0.73% | - |
| HSV(B) | 307.5º | 0.29% | 0.85% | - |
| XYZ | 51.52 | 42.14 | 65.74 | - |
| YUV | 178.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 209 | 0 | 0.29 | 0.04 | 0.15 | 307.5 | 0.46 | 0.73 |
| Hex | D9 | 99 | D1 | 0 | 1D | 4 | F | 134 | 2E | 49 |
| Octal | 331 | 231 | 321 | 0 | 35 | 4 | 17 | 464 | 56 | 111 |
| Binary | 11011001 | 10011001 | 11010001 | 0 | 11101 | 100 | 1111 | 100110100 | 101110 | 1001001 |
Color Harmonies of #D999D1
Complementary color
Monochromatic Colors of #D999D1
Black with #D999D1
Text Example
Text Example
White with #D999D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999D1; }
p { color: rgb(217,153,209); }
H1.HeaderClassName
{
color: #D999D1;
}
.AnyTagClassName
{
color: #D999D1;
}
</style>
background-color css
<style>
a { background-color: #D999D1; }
a { background-color: rgb(217,153,209); }
div.DivClassName
{
background-color: #D999D1;
}
.BgClassName
{
background-color: #D999D1;
}
</style>
border-color css
<style>
span { border-color: #D999D1; }
span { border-color: rgb(217,153,209); }
td.TdClassName
{
border-color: #D999D1;
}
.TagClassName
{
border-color: #D999D1;
}
</style>