Shades of Plum #DD99CC
Tints of Plum #DD99CC
RGB
CMYK
RGB Variations
Color information
#DD99CC (or 0xDD99CC) is known color: Plum. HEX triplet: DD, 99 and CC. RGB value is (221,153,204). Sum of RGB (Red+Green+Blue) = 221+153+204=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99CC is #226633. Grayscale: #B3B3B3. Windows color (decimal): -2254388 or 13408733. OLE color: 13408733.
HSL color Cylindrical-coordinate representation of color #DD99CC: hue angle of 315º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99CC is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 204 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.13 |
| HSL | 315º | 0.5% | 0.73% | - |
| HSV(B) | 315º | 0.31% | 0.87% | - |
| XYZ | 52.11 | 42.51 | 62.59 | - |
| YUV | 179.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 204 | 0 | 0.31 | 0.08 | 0.13 | 315 | 0.5 | 0.73 |
| Hex | DD | 99 | CC | 0 | 1F | 8 | D | 13B | 32 | 49 |
| Octal | 335 | 231 | 314 | 0 | 37 | 10 | 15 | 473 | 62 | 111 |
| Binary | 11011101 | 10011001 | 11001100 | 0 | 11111 | 1000 | 1101 | 100111011 | 110010 | 1001001 |
Color Harmonies of #DD99CC
Complementary color
Monochromatic Colors of #DD99CC
Black with #DD99CC
Text Example
Text Example
White with #DD99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99CC; }
p { color: rgb(221,153,204); }
H1.HeaderClassName
{
color: #DD99CC;
}
.AnyTagClassName
{
color: #DD99CC;
}
</style>
background-color css
<style>
a { background-color: #DD99CC; }
a { background-color: rgb(221,153,204); }
div.DivClassName
{
background-color: #DD99CC;
}
.BgClassName
{
background-color: #DD99CC;
}
</style>
border-color css
<style>
span { border-color: #DD99CC; }
span { border-color: rgb(221,153,204); }
td.TdClassName
{
border-color: #DD99CC;
}
.TagClassName
{
border-color: #DD99CC;
}
</style>