Shades of Plum #DD94DB
Tints of Plum #DD94DB
RGB
CMYK
RGB Variations
Color information
#DD94DB (or 0xDD94DB) is known color: Plum. HEX triplet: DD, 94 and DB. RGB value is (221,148,219). Sum of RGB (Red+Green+Blue) = 221+148+219=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 148 (58.20% from 255 or 25.17% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD94DB is #226B24. Grayscale: #B1B1B1. Windows color (decimal): -2255653 or 14390493. OLE color: 14390493.
HSL color Cylindrical-coordinate representation of color #DD94DB: hue angle of 301.64º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD94DB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 219 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 301.64º | 0.52% | 0.72% | - |
| HSV(B) | 301.64º | 0.33% | 0.87% | - |
| XYZ | 53.19 | 41.67 | 72.26 | - |
| YUV | 177.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 219 | 0 | 0.33 | 0.01 | 0.13 | 301.64 | 0.52 | 0.72 |
| Hex | DD | 94 | DB | 0 | 21 | 1 | D | 12E | 34 | 48 |
| Octal | 335 | 224 | 333 | 0 | 41 | 1 | 15 | 456 | 64 | 110 |
| Binary | 11011101 | 10010100 | 11011011 | 0 | 100001 | 1 | 1101 | 100101110 | 110100 | 1001000 |
Color Harmonies of #DD94DB
Complementary color
Monochromatic Colors of #DD94DB
Black with #DD94DB
Text Example
Text Example
White with #DD94DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD94DB; }
p { color: rgb(221,148,219); }
H1.HeaderClassName
{
color: #DD94DB;
}
.AnyTagClassName
{
color: #DD94DB;
}
</style>
background-color css
<style>
a { background-color: #DD94DB; }
a { background-color: rgb(221,148,219); }
div.DivClassName
{
background-color: #DD94DB;
}
.BgClassName
{
background-color: #DD94DB;
}
</style>
border-color css
<style>
span { border-color: #DD94DB; }
span { border-color: rgb(221,148,219); }
td.TdClassName
{
border-color: #DD94DB;
}
.TagClassName
{
border-color: #DD94DB;
}
</style>