Shades of Plum #DD9DDC
Tints of Plum #DD9DDC
RGB
CMYK
RGB Variations
Color information
#DD9DDC (or 0xDD9DDC) is known color: Plum. HEX triplet: DD, 9D and DC. RGB value is (221,157,220). Sum of RGB (Red+Green+Blue) = 221+157+220=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDC is #226223. Grayscale: #B7B7B7. Windows color (decimal): -2253348 or 14458333. OLE color: 14458333.
HSL color Cylindrical-coordinate representation of color #DD9DDC: hue angle of 300.94º degrees, saturation: 0.48, 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 #DD9DDC is Cyan = 0, Magento = 0.29, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 220 | - |
| CMYK | 0 | 0.29 | 0.00 | 0.13 |
| HSL | 300.94º | 0.48% | 0.74% | - |
| HSV(B) | 300.94º | 0.29% | 0.87% | - |
| XYZ | 54.79 | 44.65 | 73.44 | - |
| YUV | 183.32 | 148.7 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 220 | 0 | 0.29 | 0.00 | 0.13 | 300.94 | 0.48 | 0.74 |
| Hex | DD | 9D | DC | 0 | 1D | 0 | D | 12D | 30 | 4A |
| Octal | 335 | 235 | 334 | 0 | 35 | 0 | 15 | 455 | 60 | 112 |
| Binary | 11011101 | 10011101 | 11011100 | 0 | 11101 | 0 | 1101 | 100101101 | 110000 | 1001010 |
Color Harmonies of #DD9DDC
Complementary color
Monochromatic Colors of #DD9DDC
Black with #DD9DDC
Text Example
Text Example
White with #DD9DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DDC; }
p { color: rgb(221,157,220); }
H1.HeaderClassName
{
color: #DD9DDC;
}
.AnyTagClassName
{
color: #DD9DDC;
}
</style>
background-color css
<style>
a { background-color: #DD9DDC; }
a { background-color: rgb(221,157,220); }
div.DivClassName
{
background-color: #DD9DDC;
}
.BgClassName
{
background-color: #DD9DDC;
}
</style>
border-color css
<style>
span { border-color: #DD9DDC; }
span { border-color: rgb(221,157,220); }
td.TdClassName
{
border-color: #DD9DDC;
}
.TagClassName
{
border-color: #DD9DDC;
}
</style>