Shades of Plum #DD88DB
Tints of Plum #DD88DB
RGB
CMYK
RGB Variations
Color information
#DD88DB (or 0xDD88DB) is known color: Plum. HEX triplet: DD, 88 and DB. RGB value is (221,136,219). Sum of RGB (Red+Green+Blue) = 221+136+219=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD88DB is #227724. Grayscale: #AAAAAA. Windows color (decimal): -2258725 or 14387421. OLE color: 14387421.
HSL color Cylindrical-coordinate representation of color #DD88DB: hue angle of 301.41º degrees, saturation: 0.56, 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 #DD88DB is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 219 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.13 |
| HSL | 301.41º | 0.56% | 0.7% | - |
| HSV(B) | 301.41º | 0.38% | 0.87% | - |
| XYZ | 51.41 | 38.09 | 71.66 | - |
| YUV | 170.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 219 | 0 | 0.38 | 0.01 | 0.13 | 301.41 | 0.56 | 0.7 |
| Hex | DD | 88 | DB | 0 | 26 | 1 | D | 12D | 38 | 46 |
| Octal | 335 | 210 | 333 | 0 | 46 | 1 | 15 | 455 | 70 | 106 |
| Binary | 11011101 | 10001000 | 11011011 | 0 | 100110 | 1 | 1101 | 100101101 | 111000 | 1000110 |
Color Harmonies of #DD88DB
Complementary color
Monochromatic Colors of #DD88DB
Black with #DD88DB
Text Example
Text Example
White with #DD88DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88DB; }
p { color: rgb(221,136,219); }
H1.HeaderClassName
{
color: #DD88DB;
}
.AnyTagClassName
{
color: #DD88DB;
}
</style>
background-color css
<style>
a { background-color: #DD88DB; }
a { background-color: rgb(221,136,219); }
div.DivClassName
{
background-color: #DD88DB;
}
.BgClassName
{
background-color: #DD88DB;
}
</style>
border-color css
<style>
span { border-color: #DD88DB; }
span { border-color: rgb(221,136,219); }
td.TdClassName
{
border-color: #DD88DB;
}
.TagClassName
{
border-color: #DD88DB;
}
</style>