Shades of Plum #D999D0
Tints of Plum #D999D0
RGB
CMYK
RGB Variations
Color information
#D999D0 (or 0xD999D0) is known color: Plum. HEX triplet: D9, 99 and D0. RGB value is (217,153,208). Sum of RGB (Red+Green+Blue) = 217+153+208=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D0 is #26662F. Grayscale: #B2B2B2. Windows color (decimal): -2516528 or 13670873. OLE color: 13670873.
HSL color Cylindrical-coordinate representation of color #D999D0: hue angle of 308.44º 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 #D999D0 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 208 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.15 |
| HSL | 308.44º | 0.46% | 0.73% | - |
| HSV(B) | 308.44º | 0.29% | 0.85% | - |
| XYZ | 51.39 | 42.09 | 65.09 | - |
| YUV | 178.41 | 144.7 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 208 | 0 | 0.29 | 0.04 | 0.15 | 308.44 | 0.46 | 0.73 |
| Hex | D9 | 99 | D0 | 0 | 1D | 4 | F | 134 | 2E | 49 |
| Octal | 331 | 231 | 320 | 0 | 35 | 4 | 17 | 464 | 56 | 111 |
| Binary | 11011001 | 10011001 | 11010000 | 0 | 11101 | 100 | 1111 | 100110100 | 101110 | 1001001 |
Color Harmonies of #D999D0
Complementary color
Monochromatic Colors of #D999D0
Black with #D999D0
Text Example
Text Example
White with #D999D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999D0; }
p { color: rgb(217,153,208); }
H1.HeaderClassName
{
color: #D999D0;
}
.AnyTagClassName
{
color: #D999D0;
}
</style>
background-color css
<style>
a { background-color: #D999D0; }
a { background-color: rgb(217,153,208); }
div.DivClassName
{
background-color: #D999D0;
}
.BgClassName
{
background-color: #D999D0;
}
</style>
border-color css
<style>
span { border-color: #D999D0; }
span { border-color: rgb(217,153,208); }
td.TdClassName
{
border-color: #D999D0;
}
.TagClassName
{
border-color: #D999D0;
}
</style>