Shades of Plum #D999D8
Tints of Plum #D999D8
RGB
CMYK
RGB Variations
Color information
#D999D8 (or 0xD999D8) is known color: Plum. HEX triplet: D9, 99 and D8. RGB value is (217,153,216). Sum of RGB (Red+Green+Blue) = 217+153+216=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D8 is #266627. Grayscale: #B3B3B3. Windows color (decimal): -2516520 or 14195161. OLE color: 14195161.
HSL color Cylindrical-coordinate representation of color #D999D8: hue angle of 300.94º 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 #D999D8 is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 216 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.15 |
| HSL | 300.94º | 0.46% | 0.73% | - |
| HSV(B) | 300.94º | 0.29% | 0.85% | - |
| XYZ | 52.4 | 42.49 | 70.41 | - |
| YUV | 179.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 216 | 0 | 0.29 | 0.00 | 0.15 | 300.94 | 0.46 | 0.73 |
| Hex | D9 | 99 | D8 | 0 | 1D | 0 | F | 12D | 2E | 49 |
| Octal | 331 | 231 | 330 | 0 | 35 | 0 | 17 | 455 | 56 | 111 |
| Binary | 11011001 | 10011001 | 11011000 | 0 | 11101 | 0 | 1111 | 100101101 | 101110 | 1001001 |
Color Harmonies of #D999D8
Complementary color
Monochromatic Colors of #D999D8
Black with #D999D8
Text Example
Text Example
White with #D999D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999D8; }
p { color: rgb(217,153,216); }
H1.HeaderClassName
{
color: #D999D8;
}
.AnyTagClassName
{
color: #D999D8;
}
</style>
background-color css
<style>
a { background-color: #D999D8; }
a { background-color: rgb(217,153,216); }
div.DivClassName
{
background-color: #D999D8;
}
.BgClassName
{
background-color: #D999D8;
}
</style>
border-color css
<style>
span { border-color: #D999D8; }
span { border-color: rgb(217,153,216); }
td.TdClassName
{
border-color: #D999D8;
}
.TagClassName
{
border-color: #D999D8;
}
</style>