Shades of Plum #DD9ADB
Tints of Plum #DD9ADB
RGB
CMYK
RGB Variations
Color information
#DD9ADB (or 0xDD9ADB) is known color: Plum. HEX triplet: DD, 9A and DB. RGB value is (221,154,219). Sum of RGB (Red+Green+Blue) = 221+154+219=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ADB is #226524. Grayscale: #B5B5B5. Windows color (decimal): -2254117 or 14392029. OLE color: 14392029.
HSL color Cylindrical-coordinate representation of color #DD9ADB: hue angle of 301.79º degrees, saturation: 0.5, 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 #DD9ADB is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 219 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 301.79º | 0.5% | 0.74% | - |
| HSV(B) | 301.79º | 0.3% | 0.87% | - |
| XYZ | 54.16 | 43.6 | 72.58 | - |
| YUV | 181.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 219 | 0 | 0.30 | 0.01 | 0.13 | 301.79 | 0.5 | 0.74 |
| Hex | DD | 9A | DB | 0 | 1E | 1 | D | 12E | 32 | 4A |
| Octal | 335 | 232 | 333 | 0 | 36 | 1 | 15 | 456 | 62 | 112 |
| Binary | 11011101 | 10011010 | 11011011 | 0 | 11110 | 1 | 1101 | 100101110 | 110010 | 1001010 |
Color Harmonies of #DD9ADB
Complementary color
Monochromatic Colors of #DD9ADB
Black with #DD9ADB
Text Example
Text Example
White with #DD9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9ADB; }
p { color: rgb(221,154,219); }
H1.HeaderClassName
{
color: #DD9ADB;
}
.AnyTagClassName
{
color: #DD9ADB;
}
</style>
background-color css
<style>
a { background-color: #DD9ADB; }
a { background-color: rgb(221,154,219); }
div.DivClassName
{
background-color: #DD9ADB;
}
.BgClassName
{
background-color: #DD9ADB;
}
</style>
border-color css
<style>
span { border-color: #DD9ADB; }
span { border-color: rgb(221,154,219); }
td.TdClassName
{
border-color: #DD9ADB;
}
.TagClassName
{
border-color: #DD9ADB;
}
</style>