Shades of Plum #D99ECE
Tints of Plum #D99ECE
RGB
CMYK
RGB Variations
Color information
#D99ECE (or 0xD99ECE) is known color: Plum. HEX triplet: D9, 9E and CE. RGB value is (217,158,206). Sum of RGB (Red+Green+Blue) = 217+158+206=581 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.35% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 217 - color contains mainly: red. Hex color #D99ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99ECE is #266131. Grayscale: #B4B4B4. Windows color (decimal): -2515250 or 13541081. OLE color: 13541081.
HSL color Cylindrical-coordinate representation of color #D99ECE: hue angle of 311.19º 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 #D99ECE is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 206 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.15 |
| HSL | 311.19º | 0.44% | 0.74% | - |
| HSV(B) | 311.19º | 0.27% | 0.85% | - |
| XYZ | 51.98 | 43.66 | 64.08 | - |
| YUV | 181.11 | 142.05 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 206 | 0 | 0.27 | 0.05 | 0.15 | 311.19 | 0.44 | 0.74 |
| Hex | D9 | 9E | CE | 0 | 1B | 5 | F | 137 | 2C | 4A |
| Octal | 331 | 236 | 316 | 0 | 33 | 5 | 17 | 467 | 54 | 112 |
| Binary | 11011001 | 10011110 | 11001110 | 0 | 11011 | 101 | 1111 | 100110111 | 101100 | 1001010 |
Color Harmonies of #D99ECE
Complementary color
Monochromatic Colors of #D99ECE
Black with #D99ECE
Text Example
Text Example
White with #D99ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99ECE; }
p { color: rgb(217,158,206); }
H1.HeaderClassName
{
color: #D99ECE;
}
.AnyTagClassName
{
color: #D99ECE;
}
</style>
background-color css
<style>
a { background-color: #D99ECE; }
a { background-color: rgb(217,158,206); }
div.DivClassName
{
background-color: #D99ECE;
}
.BgClassName
{
background-color: #D99ECE;
}
</style>
border-color css
<style>
span { border-color: #D99ECE; }
span { border-color: rgb(217,158,206); }
td.TdClassName
{
border-color: #D99ECE;
}
.TagClassName
{
border-color: #D99ECE;
}
</style>