Shades of Plum #D99ECD
Tints of Plum #D99ECD
RGB
CMYK
RGB Variations
Color information
#D99ECD (or 0xD99ECD) is known color: Plum. HEX triplet: D9, 9E and CD. RGB value is (217,158,205). Sum of RGB (Red+Green+Blue) = 217+158+205=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 158 (62.11% from 255 or 27.24% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ECD is #266132. Grayscale: #B4B4B4. Windows color (decimal): -2515251 or 13475545. OLE color: 13475545.
HSL color Cylindrical-coordinate representation of color #D99ECD: hue angle of 312.2º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D99ECD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 205 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.15 |
| HSL | 312.2º | 0.44% | 0.74% | - |
| HSV(B) | 312.2º | 0.27% | 0.85% | - |
| XYZ | 51.86 | 43.61 | 63.44 | - |
| YUV | 181 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 205 | 0 | 0.27 | 0.06 | 0.15 | 312.2 | 0.44 | 0.74 |
| Hex | D9 | 9E | CD | 0 | 1B | 6 | F | 138 | 2C | 4A |
| Octal | 331 | 236 | 315 | 0 | 33 | 6 | 17 | 470 | 54 | 112 |
| Binary | 11011001 | 10011110 | 11001101 | 0 | 11011 | 110 | 1111 | 100111000 | 101100 | 1001010 |
Color Harmonies of #D99ECD
Complementary color
Monochromatic Colors of #D99ECD
Black with #D99ECD
Text Example
Text Example
White with #D99ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ECD; }
p { color: rgb(217,158,205); }
H1.HeaderClassName
{
color: #D99ECD;
}
.AnyTagClassName
{
color: #D99ECD;
}
</style>
background-color css
<style>
a { background-color: #D99ECD; }
a { background-color: rgb(217,158,205); }
div.DivClassName
{
background-color: #D99ECD;
}
.BgClassName
{
background-color: #D99ECD;
}
</style>
border-color css
<style>
span { border-color: #D99ECD; }
span { border-color: rgb(217,158,205); }
td.TdClassName
{
border-color: #D99ECD;
}
.TagClassName
{
border-color: #D99ECD;
}
</style>