Shades of Plum #DD9CDB
Tints of Plum #DD9CDB
RGB
CMYK
RGB Variations
Color information
#DD9CDB (or 0xDD9CDB) is known color: Plum. HEX triplet: DD, 9C and DB. RGB value is (221,156,219). Sum of RGB (Red+Green+Blue) = 221+156+219=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDB is #226324. Grayscale: #B6B6B6. Windows color (decimal): -2253605 or 14392541. OLE color: 14392541.
HSL color Cylindrical-coordinate representation of color #DD9CDB: hue angle of 301.85º degrees, saturation: 0.49, 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 #DD9CDB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 219 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 301.85º | 0.49% | 0.74% | - |
| HSV(B) | 301.85º | 0.29% | 0.87% | - |
| XYZ | 54.49 | 44.26 | 72.69 | - |
| YUV | 182.62 | 148.53 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 219 | 0 | 0.29 | 0.01 | 0.13 | 301.85 | 0.49 | 0.74 |
| Hex | DD | 9C | DB | 0 | 1D | 1 | D | 12E | 31 | 4A |
| Octal | 335 | 234 | 333 | 0 | 35 | 1 | 15 | 456 | 61 | 112 |
| Binary | 11011101 | 10011100 | 11011011 | 0 | 11101 | 1 | 1101 | 100101110 | 110001 | 1001010 |
Color Harmonies of #DD9CDB
Complementary color
Monochromatic Colors of #DD9CDB
Black with #DD9CDB
Text Example
Text Example
White with #DD9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9CDB; }
p { color: rgb(221,156,219); }
H1.HeaderClassName
{
color: #DD9CDB;
}
.AnyTagClassName
{
color: #DD9CDB;
}
</style>
background-color css
<style>
a { background-color: #DD9CDB; }
a { background-color: rgb(221,156,219); }
div.DivClassName
{
background-color: #DD9CDB;
}
.BgClassName
{
background-color: #DD9CDB;
}
</style>
border-color css
<style>
span { border-color: #DD9CDB; }
span { border-color: rgb(221,156,219); }
td.TdClassName
{
border-color: #DD9CDB;
}
.TagClassName
{
border-color: #DD9CDB;
}
</style>