Shades of Plum #D99CD2
Tints of Plum #D99CD2
RGB
CMYK
RGB Variations
Color information
#D99CD2 (or 0xD99CD2) is known color: Plum. HEX triplet: D9, 9C and D2. RGB value is (217,156,210). Sum of RGB (Red+Green+Blue) = 217+156+210=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 156 (61.33% from 255 or 26.76% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CD2 is #26632D. Grayscale: #B4B4B4. Windows color (decimal): -2515758 or 13802713. OLE color: 13802713.
HSL color Cylindrical-coordinate representation of color #D99CD2: hue angle of 306.89º degrees, saturation: 0.45, 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 #D99CD2 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 210 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.15 |
| HSL | 306.89º | 0.45% | 0.73% | - |
| HSV(B) | 306.89º | 0.28% | 0.85% | - |
| XYZ | 52.14 | 43.18 | 66.56 | - |
| YUV | 180.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 210 | 0 | 0.28 | 0.03 | 0.15 | 306.89 | 0.45 | 0.73 |
| Hex | D9 | 9C | D2 | 0 | 1C | 3 | F | 133 | 2D | 49 |
| Octal | 331 | 234 | 322 | 0 | 34 | 3 | 17 | 463 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11010010 | 0 | 11100 | 11 | 1111 | 100110011 | 101101 | 1001001 |
Color Harmonies of #D99CD2
Complementary color
Monochromatic Colors of #D99CD2
Black with #D99CD2
Text Example
Text Example
White with #D99CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CD2; }
p { color: rgb(217,156,210); }
H1.HeaderClassName
{
color: #D99CD2;
}
.AnyTagClassName
{
color: #D99CD2;
}
</style>
background-color css
<style>
a { background-color: #D99CD2; }
a { background-color: rgb(217,156,210); }
div.DivClassName
{
background-color: #D99CD2;
}
.BgClassName
{
background-color: #D99CD2;
}
</style>
border-color css
<style>
span { border-color: #D99CD2; }
span { border-color: rgb(217,156,210); }
td.TdClassName
{
border-color: #D99CD2;
}
.TagClassName
{
border-color: #D99CD2;
}
</style>