Shades of Plum #DD8FDB
Tints of Plum #DD8FDB
RGB
CMYK
RGB Variations
Color information
#DD8FDB (or 0xDD8FDB) is known color: Plum. HEX triplet: DD, 8F and DB. RGB value is (221,143,219). Sum of RGB (Red+Green+Blue) = 221+143+219=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8FDB is #227024. Grayscale: #AEAEAE. Windows color (decimal): -2256933 or 14389213. OLE color: 14389213.
HSL color Cylindrical-coordinate representation of color #DD8FDB: hue angle of 301.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FDB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 219 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.13 |
| HSL | 301.54º | 0.53% | 0.71% | - |
| HSV(B) | 301.54º | 0.35% | 0.87% | - |
| XYZ | 52.43 | 40.13 | 72 | - |
| YUV | 174.99 | 152.84 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 219 | 0 | 0.35 | 0.01 | 0.13 | 301.54 | 0.53 | 0.71 |
| Hex | DD | 8F | DB | 0 | 23 | 1 | D | 12E | 35 | 47 |
| Octal | 335 | 217 | 333 | 0 | 43 | 1 | 15 | 456 | 65 | 107 |
| Binary | 11011101 | 10001111 | 11011011 | 0 | 100011 | 1 | 1101 | 100101110 | 110101 | 1000111 |
Color Harmonies of #DD8FDB
Complementary color
Monochromatic Colors of #DD8FDB
Black with #DD8FDB
Text Example
Text Example
White with #DD8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FDB; }
p { color: rgb(221,143,219); }
H1.HeaderClassName
{
color: #DD8FDB;
}
.AnyTagClassName
{
color: #DD8FDB;
}
</style>
background-color css
<style>
a { background-color: #DD8FDB; }
a { background-color: rgb(221,143,219); }
div.DivClassName
{
background-color: #DD8FDB;
}
.BgClassName
{
background-color: #DD8FDB;
}
</style>
border-color css
<style>
span { border-color: #DD8FDB; }
span { border-color: rgb(221,143,219); }
td.TdClassName
{
border-color: #DD8FDB;
}
.TagClassName
{
border-color: #DD8FDB;
}
</style>