Shades of Plum #D99CCC
Tints of Plum #D99CCC
RGB
CMYK
RGB Variations
Color information
#D99CCC (or 0xD99CCC) is known color: Plum. HEX triplet: D9, 9C and CC. RGB value is (217,156,204). Sum of RGB (Red+Green+Blue) = 217+156+204=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 156 (61.33% from 255 or 27.04% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 217 - color contains mainly: red. Hex color #D99CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99CCC is #266333. Grayscale: #B3B3B3. Windows color (decimal): -2515764 or 13409497. OLE color: 13409497.
HSL color Cylindrical-coordinate representation of color #D99CCC: hue angle of 312.79º 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 #D99CCC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 204 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 312.79º | 0.45% | 0.73% | - |
| HSV(B) | 312.79º | 0.28% | 0.85% | - |
| XYZ | 51.4 | 42.89 | 62.7 | - |
| YUV | 179.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 204 | 0 | 0.28 | 0.06 | 0.15 | 312.79 | 0.45 | 0.73 |
| Hex | D9 | 9C | CC | 0 | 1C | 6 | F | 139 | 2D | 49 |
| Octal | 331 | 234 | 314 | 0 | 34 | 6 | 17 | 471 | 55 | 111 |
| Binary | 11011001 | 10011100 | 11001100 | 0 | 11100 | 110 | 1111 | 100111001 | 101101 | 1001001 |
Color Harmonies of #D99CCC
Complementary color
Monochromatic Colors of #D99CCC
Black with #D99CCC
Text Example
Text Example
White with #D99CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99CCC; }
p { color: rgb(217,156,204); }
H1.HeaderClassName
{
color: #D99CCC;
}
.AnyTagClassName
{
color: #D99CCC;
}
</style>
background-color css
<style>
a { background-color: #D99CCC; }
a { background-color: rgb(217,156,204); }
div.DivClassName
{
background-color: #D99CCC;
}
.BgClassName
{
background-color: #D99CCC;
}
</style>
border-color css
<style>
span { border-color: #D99CCC; }
span { border-color: rgb(217,156,204); }
td.TdClassName
{
border-color: #D99CCC;
}
.TagClassName
{
border-color: #D99CCC;
}
</style>