Shades of Plum #D999D4
Tints of Plum #D999D4
RGB
CMYK
RGB Variations
Color information
#D999D4 (or 0xD999D4) is known color: Plum. HEX triplet: D9, 99 and D4. RGB value is (217,153,212). Sum of RGB (Red+Green+Blue) = 217+153+212=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D999D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999D4 is #26662B. Grayscale: #B2B2B2. Windows color (decimal): -2516524 or 13933017. OLE color: 13933017.
HSL color Cylindrical-coordinate representation of color #D999D4: hue angle of 304.69º 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 #D999D4 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 212 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.15 |
| HSL | 304.69º | 0.46% | 0.73% | - |
| HSV(B) | 304.69º | 0.29% | 0.85% | - |
| XYZ | 51.89 | 42.29 | 67.71 | - |
| YUV | 178.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 212 | 0 | 0.29 | 0.02 | 0.15 | 304.69 | 0.46 | 0.73 |
| Hex | D9 | 99 | D4 | 0 | 1D | 2 | F | 131 | 2E | 49 |
| Octal | 331 | 231 | 324 | 0 | 35 | 2 | 17 | 461 | 56 | 111 |
| Binary | 11011001 | 10011001 | 11010100 | 0 | 11101 | 10 | 1111 | 100110001 | 101110 | 1001001 |
Color Harmonies of #D999D4
Complementary color
Monochromatic Colors of #D999D4
Black with #D999D4
Text Example
Text Example
White with #D999D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999D4; }
p { color: rgb(217,153,212); }
H1.HeaderClassName
{
color: #D999D4;
}
.AnyTagClassName
{
color: #D999D4;
}
</style>
background-color css
<style>
a { background-color: #D999D4; }
a { background-color: rgb(217,153,212); }
div.DivClassName
{
background-color: #D999D4;
}
.BgClassName
{
background-color: #D999D4;
}
</style>
border-color css
<style>
span { border-color: #D999D4; }
span { border-color: rgb(217,153,212); }
td.TdClassName
{
border-color: #D999D4;
}
.TagClassName
{
border-color: #D999D4;
}
</style>