Shades of Plum #D99DD5
Tints of Plum #D99DD5
RGB
CMYK
RGB Variations
Color information
#D99DD5 (or 0xD99DD5) is known color: Plum. HEX triplet: D9, 9D and D5. RGB value is (217,157,213). Sum of RGB (Red+Green+Blue) = 217+157+213=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD5 is #26622A. Grayscale: #B5B5B5. Windows color (decimal): -2515499 or 13999577. OLE color: 13999577.
HSL color Cylindrical-coordinate representation of color #D99DD5: hue angle of 304º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DD5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 213 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.15 |
| HSL | 304º | 0.44% | 0.73% | - |
| HSV(B) | 304º | 0.28% | 0.85% | - |
| XYZ | 52.68 | 43.67 | 68.6 | - |
| YUV | 181.32 | 145.88 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 213 | 0 | 0.28 | 0.02 | 0.15 | 304 | 0.44 | 0.73 |
| Hex | D9 | 9D | D5 | 0 | 1C | 2 | F | 130 | 2C | 49 |
| Octal | 331 | 235 | 325 | 0 | 34 | 2 | 17 | 460 | 54 | 111 |
| Binary | 11011001 | 10011101 | 11010101 | 0 | 11100 | 10 | 1111 | 100110000 | 101100 | 1001001 |
Color Harmonies of #D99DD5
Complementary color
Monochromatic Colors of #D99DD5
Black with #D99DD5
Text Example
Text Example
White with #D99DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DD5; }
p { color: rgb(217,157,213); }
H1.HeaderClassName
{
color: #D99DD5;
}
.AnyTagClassName
{
color: #D99DD5;
}
</style>
background-color css
<style>
a { background-color: #D99DD5; }
a { background-color: rgb(217,157,213); }
div.DivClassName
{
background-color: #D99DD5;
}
.BgClassName
{
background-color: #D99DD5;
}
</style>
border-color css
<style>
span { border-color: #D99DD5; }
span { border-color: rgb(217,157,213); }
td.TdClassName
{
border-color: #D99DD5;
}
.TagClassName
{
border-color: #D99DD5;
}
</style>