Shades of Plum #DD90DB
Tints of Plum #DD90DB
RGB
CMYK
RGB Variations
Color information
#DD90DB (or 0xDD90DB) is known color: Plum. HEX triplet: DD, 90 and DB. RGB value is (221,144,219). Sum of RGB (Red+Green+Blue) = 221+144+219=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD90DB is #226F24. Grayscale: #AFAFAF. Windows color (decimal): -2256677 or 14389469. OLE color: 14389469.
HSL color Cylindrical-coordinate representation of color #DD90DB: hue angle of 301.56º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90DB is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 219 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.13 |
| HSL | 301.56º | 0.53% | 0.72% | - |
| HSV(B) | 301.56º | 0.35% | 0.87% | - |
| XYZ | 52.58 | 40.43 | 72.05 | - |
| YUV | 175.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 219 | 0 | 0.35 | 0.01 | 0.13 | 301.56 | 0.53 | 0.72 |
| Hex | DD | 90 | DB | 0 | 23 | 1 | D | 12E | 35 | 48 |
| Octal | 335 | 220 | 333 | 0 | 43 | 1 | 15 | 456 | 65 | 110 |
| Binary | 11011101 | 10010000 | 11011011 | 0 | 100011 | 1 | 1101 | 100101110 | 110101 | 1001000 |
Color Harmonies of #DD90DB
Complementary color
Monochromatic Colors of #DD90DB
Black with #DD90DB
Text Example
Text Example
White with #DD90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90DB; }
p { color: rgb(221,144,219); }
H1.HeaderClassName
{
color: #DD90DB;
}
.AnyTagClassName
{
color: #DD90DB;
}
</style>
background-color css
<style>
a { background-color: #DD90DB; }
a { background-color: rgb(221,144,219); }
div.DivClassName
{
background-color: #DD90DB;
}
.BgClassName
{
background-color: #DD90DB;
}
</style>
border-color css
<style>
span { border-color: #DD90DB; }
span { border-color: rgb(221,144,219); }
td.TdClassName
{
border-color: #DD90DB;
}
.TagClassName
{
border-color: #DD90DB;
}
</style>