Shades of Plum #DD9CCC
Tints of Plum #DD9CCC
RGB
CMYK
RGB Variations
Color information
#DD9CCC (or 0xDD9CCC) is known color: Plum. HEX triplet: DD, 9C and CC. RGB value is (221,156,204). Sum of RGB (Red+Green+Blue) = 221+156+204=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 156 (61.33% from 255 or 26.85% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCC is #226333. Grayscale: #B4B4B4. Windows color (decimal): -2253620 or 13409501. OLE color: 13409501.
HSL color Cylindrical-coordinate representation of color #DD9CCC: hue angle of 315.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9CCC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 204 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.13 |
| HSL | 315.69º | 0.49% | 0.74% | - |
| HSV(B) | 315.69º | 0.29% | 0.87% | - |
| XYZ | 52.61 | 43.51 | 62.75 | - |
| YUV | 180.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 204 | 0 | 0.29 | 0.08 | 0.13 | 315.69 | 0.49 | 0.74 |
| Hex | DD | 9C | CC | 0 | 1D | 8 | D | 13C | 31 | 4A |
| Octal | 335 | 234 | 314 | 0 | 35 | 10 | 15 | 474 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11001100 | 0 | 11101 | 1000 | 1101 | 100111100 | 110001 | 1001010 |
Color Harmonies of #DD9CCC
Complementary color
Monochromatic Colors of #DD9CCC
Black with #DD9CCC
Text Example
Text Example
White with #DD9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CCC; }
p { color: rgb(221,156,204); }
H1.HeaderClassName
{
color: #DD9CCC;
}
.AnyTagClassName
{
color: #DD9CCC;
}
</style>
background-color css
<style>
a { background-color: #DD9CCC; }
a { background-color: rgb(221,156,204); }
div.DivClassName
{
background-color: #DD9CCC;
}
.BgClassName
{
background-color: #DD9CCC;
}
</style>
border-color css
<style>
span { border-color: #DD9CCC; }
span { border-color: rgb(221,156,204); }
td.TdClassName
{
border-color: #DD9CCC;
}
.TagClassName
{
border-color: #DD9CCC;
}
</style>