Shades of Plum #DD9FDC
Tints of Plum #DD9FDC
RGB
CMYK
RGB Variations
Color information
#DD9FDC (or 0xDD9FDC) is known color: Plum. HEX triplet: DD, 9F and DC. RGB value is (221,159,220). Sum of RGB (Red+Green+Blue) = 221+159+220=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDC is #226023. Grayscale: #B8B8B8. Windows color (decimal): -2252836 or 14458845. OLE color: 14458845.
HSL color Cylindrical-coordinate representation of color #DD9FDC: hue angle of 300.97º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FDC is Cyan = 0, Magento = 0.28, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 159 | 220 | - |
| CMYK | 0 | 0.28 | 0.00 | 0.13 |
| HSL | 300.97º | 0.48% | 0.75% | - |
| HSV(B) | 300.97º | 0.28% | 0.87% | - |
| XYZ | 55.14 | 45.34 | 73.55 | - |
| YUV | 184.49 | 148.04 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 220 | 0 | 0.28 | 0.00 | 0.13 | 300.97 | 0.48 | 0.75 |
| Hex | DD | 9F | DC | 0 | 1C | 0 | D | 12D | 30 | 4B |
| Octal | 335 | 237 | 334 | 0 | 34 | 0 | 15 | 455 | 60 | 113 |
| Binary | 11011101 | 10011111 | 11011100 | 0 | 11100 | 0 | 1101 | 100101101 | 110000 | 1001011 |
Color Harmonies of #DD9FDC
Complementary color
Monochromatic Colors of #DD9FDC
Black with #DD9FDC
Text Example
Text Example
White with #DD9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FDC; }
p { color: rgb(221,159,220); }
H1.HeaderClassName
{
color: #DD9FDC;
}
.AnyTagClassName
{
color: #DD9FDC;
}
</style>
background-color css
<style>
a { background-color: #DD9FDC; }
a { background-color: rgb(221,159,220); }
div.DivClassName
{
background-color: #DD9FDC;
}
.BgClassName
{
background-color: #DD9FDC;
}
</style>
border-color css
<style>
span { border-color: #DD9FDC; }
span { border-color: rgb(221,159,220); }
td.TdClassName
{
border-color: #DD9FDC;
}
.TagClassName
{
border-color: #DD9FDC;
}
</style>