Shades of Plum #DD9BDC
Tints of Plum #DD9BDC
RGB
CMYK
RGB Variations
Color information
#DD9BDC (or 0xDD9BDC) is known color: Plum. HEX triplet: DD, 9B and DC. RGB value is (221,155,220). Sum of RGB (Red+Green+Blue) = 221+155+220=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BDC is #226423. Grayscale: #B5B5B5. Windows color (decimal): -2253860 or 14457821. OLE color: 14457821.
HSL color Cylindrical-coordinate representation of color #DD9BDC: hue angle of 300.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BDC is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 220 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.13 |
| HSL | 300.91º | 0.49% | 0.74% | - |
| HSV(B) | 300.91º | 0.3% | 0.87% | - |
| XYZ | 54.46 | 43.98 | 73.33 | - |
| YUV | 182.14 | 149.37 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 220 | 0 | 0.30 | 0.00 | 0.13 | 300.91 | 0.49 | 0.74 |
| Hex | DD | 9B | DC | 0 | 1E | 0 | D | 12D | 31 | 4A |
| Octal | 335 | 233 | 334 | 0 | 36 | 0 | 15 | 455 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11011100 | 0 | 11110 | 0 | 1101 | 100101101 | 110001 | 1001010 |
Color Harmonies of #DD9BDC
Complementary color
Monochromatic Colors of #DD9BDC
Black with #DD9BDC
Text Example
Text Example
White with #DD9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BDC; }
p { color: rgb(221,155,220); }
H1.HeaderClassName
{
color: #DD9BDC;
}
.AnyTagClassName
{
color: #DD9BDC;
}
</style>
background-color css
<style>
a { background-color: #DD9BDC; }
a { background-color: rgb(221,155,220); }
div.DivClassName
{
background-color: #DD9BDC;
}
.BgClassName
{
background-color: #DD9BDC;
}
</style>
border-color css
<style>
span { border-color: #DD9BDC; }
span { border-color: rgb(221,155,220); }
td.TdClassName
{
border-color: #DD9BDC;
}
.TagClassName
{
border-color: #DD9BDC;
}
</style>