Shades of Plum #DD9DDB
Tints of Plum #DD9DDB
RGB
CMYK
RGB Variations
Color information
#DD9DDB (or 0xDD9DDB) is known color: Plum. HEX triplet: DD, 9D and DB. RGB value is (221,157,219). Sum of RGB (Red+Green+Blue) = 221+157+219=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DDB is #226224. Grayscale: #B7B7B7. Windows color (decimal): -2253349 or 14392797. OLE color: 14392797.
HSL color Cylindrical-coordinate representation of color #DD9DDB: hue angle of 301.88º 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 #DD9DDB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 219 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 301.88º | 0.48% | 0.74% | - |
| HSV(B) | 301.88º | 0.29% | 0.87% | - |
| XYZ | 54.66 | 44.6 | 72.75 | - |
| YUV | 183.2 | 148.2 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 219 | 0 | 0.29 | 0.01 | 0.13 | 301.88 | 0.48 | 0.74 |
| Hex | DD | 9D | DB | 0 | 1D | 1 | D | 12E | 30 | 4A |
| Octal | 335 | 235 | 333 | 0 | 35 | 1 | 15 | 456 | 60 | 112 |
| Binary | 11011101 | 10011101 | 11011011 | 0 | 11101 | 1 | 1101 | 100101110 | 110000 | 1001010 |
Color Harmonies of #DD9DDB
Complementary color
Monochromatic Colors of #DD9DDB
Black with #DD9DDB
Text Example
Text Example
White with #DD9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DDB; }
p { color: rgb(221,157,219); }
H1.HeaderClassName
{
color: #DD9DDB;
}
.AnyTagClassName
{
color: #DD9DDB;
}
</style>
background-color css
<style>
a { background-color: #DD9DDB; }
a { background-color: rgb(221,157,219); }
div.DivClassName
{
background-color: #DD9DDB;
}
.BgClassName
{
background-color: #DD9DDB;
}
</style>
border-color css
<style>
span { border-color: #DD9DDB; }
span { border-color: rgb(221,157,219); }
td.TdClassName
{
border-color: #DD9DDB;
}
.TagClassName
{
border-color: #DD9DDB;
}
</style>