Shades of Plum #D999D2
Tints of Plum #D999D2
RGB
CMYK
RGB Variations
Color information
#D999D2 (or 0xD999D2) is known color: Plum. HEX triplet: D9, 99 and D2. RGB value is (217,153,210). Sum of RGB (Red+Green+Blue) = 217+153+210=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 210 (82.42% from 255 or 36.21% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D2 is #26662D. Grayscale: #B2B2B2. Windows color (decimal): -2516526 or 13801945. OLE color: 13801945.
HSL color Cylindrical-coordinate representation of color #D999D2: hue angle of 306.56º 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 #D999D2 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 210 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.15 |
| HSL | 306.56º | 0.46% | 0.73% | - |
| HSV(B) | 306.56º | 0.29% | 0.85% | - |
| XYZ | 51.64 | 42.19 | 66.39 | - |
| YUV | 178.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 210 | 0 | 0.29 | 0.03 | 0.15 | 306.56 | 0.46 | 0.73 |
| Hex | D9 | 99 | D2 | 0 | 1D | 3 | F | 133 | 2E | 49 |
| Octal | 331 | 231 | 322 | 0 | 35 | 3 | 17 | 463 | 56 | 111 |
| Binary | 11011001 | 10011001 | 11010010 | 0 | 11101 | 11 | 1111 | 100110011 | 101110 | 1001001 |
Color Harmonies of #D999D2
Complementary color
Monochromatic Colors of #D999D2
Black with #D999D2
Text Example
Text Example
White with #D999D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999D2; }
p { color: rgb(217,153,210); }
H1.HeaderClassName
{
color: #D999D2;
}
.AnyTagClassName
{
color: #D999D2;
}
</style>
background-color css
<style>
a { background-color: #D999D2; }
a { background-color: rgb(217,153,210); }
div.DivClassName
{
background-color: #D999D2;
}
.BgClassName
{
background-color: #D999D2;
}
</style>
border-color css
<style>
span { border-color: #D999D2; }
span { border-color: rgb(217,153,210); }
td.TdClassName
{
border-color: #D999D2;
}
.TagClassName
{
border-color: #D999D2;
}
</style>