Shades of Plum #DD9BDB
Tints of Plum #DD9BDB
RGB
CMYK
RGB Variations
Color information
#DD9BDB (or 0xDD9BDB) is known color: Plum. HEX triplet: DD, 9B and DB. RGB value is (221,155,219). Sum of RGB (Red+Green+Blue) = 221+155+219=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BDB is #226424. Grayscale: #B5B5B5. Windows color (decimal): -2253861 or 14392285. OLE color: 14392285.
HSL color Cylindrical-coordinate representation of color #DD9BDB: hue angle of 301.82º 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 #DD9BDB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 155 | 219 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 301.82º | 0.49% | 0.74% | - |
| HSV(B) | 301.82º | 0.3% | 0.87% | - |
| XYZ | 54.33 | 43.93 | 72.63 | - |
| YUV | 182.03 | 148.87 | 155.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 155 | 219 | 0 | 0.30 | 0.01 | 0.13 | 301.82 | 0.49 | 0.74 |
| Hex | DD | 9B | DB | 0 | 1E | 1 | D | 12E | 31 | 4A |
| Octal | 335 | 233 | 333 | 0 | 36 | 1 | 15 | 456 | 61 | 112 |
| Binary | 11011101 | 10011011 | 11011011 | 0 | 11110 | 1 | 1101 | 100101110 | 110001 | 1001010 |
Color Harmonies of #DD9BDB
Complementary color
Monochromatic Colors of #DD9BDB
Black with #DD9BDB
Text Example
Text Example
White with #DD9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9BDB; }
p { color: rgb(221,155,219); }
H1.HeaderClassName
{
color: #DD9BDB;
}
.AnyTagClassName
{
color: #DD9BDB;
}
</style>
background-color css
<style>
a { background-color: #DD9BDB; }
a { background-color: rgb(221,155,219); }
div.DivClassName
{
background-color: #DD9BDB;
}
.BgClassName
{
background-color: #DD9BDB;
}
</style>
border-color css
<style>
span { border-color: #DD9BDB; }
span { border-color: rgb(221,155,219); }
td.TdClassName
{
border-color: #DD9BDB;
}
.TagClassName
{
border-color: #DD9BDB;
}
</style>