Shades of Plum #DD8ADB
Tints of Plum #DD8ADB
RGB
CMYK
RGB Variations
Color information
#DD8ADB (or 0xDD8ADB) is known color: Plum. HEX triplet: DD, 8A and DB. RGB value is (221,138,219). Sum of RGB (Red+Green+Blue) = 221+138+219=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ADB is #227524. Grayscale: #ABABAB. Windows color (decimal): -2258213 or 14387933. OLE color: 14387933.
HSL color Cylindrical-coordinate representation of color #DD8ADB: hue angle of 301.45º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8ADB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 219 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.13 |
| HSL | 301.45º | 0.55% | 0.7% | - |
| HSV(B) | 301.45º | 0.38% | 0.87% | - |
| XYZ | 51.69 | 38.66 | 71.76 | - |
| YUV | 172.05 | 154.5 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 219 | 0 | 0.38 | 0.01 | 0.13 | 301.45 | 0.55 | 0.7 |
| Hex | DD | 8A | DB | 0 | 26 | 1 | D | 12D | 37 | 46 |
| Octal | 335 | 212 | 333 | 0 | 46 | 1 | 15 | 455 | 67 | 106 |
| Binary | 11011101 | 10001010 | 11011011 | 0 | 100110 | 1 | 1101 | 100101101 | 110111 | 1000110 |
Color Harmonies of #DD8ADB
Complementary color
Monochromatic Colors of #DD8ADB
Black with #DD8ADB
Text Example
Text Example
White with #DD8ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ADB; }
p { color: rgb(221,138,219); }
H1.HeaderClassName
{
color: #DD8ADB;
}
.AnyTagClassName
{
color: #DD8ADB;
}
</style>
background-color css
<style>
a { background-color: #DD8ADB; }
a { background-color: rgb(221,138,219); }
div.DivClassName
{
background-color: #DD8ADB;
}
.BgClassName
{
background-color: #DD8ADB;
}
</style>
border-color css
<style>
span { border-color: #DD8ADB; }
span { border-color: rgb(221,138,219); }
td.TdClassName
{
border-color: #DD8ADB;
}
.TagClassName
{
border-color: #DD8ADB;
}
</style>