Shades of Plum #DD93DB
Tints of Plum #DD93DB
RGB
CMYK
RGB Variations
Color information
#DD93DB (or 0xDD93DB) is known color: Plum. HEX triplet: DD, 93 and DB. RGB value is (221,147,219). Sum of RGB (Red+Green+Blue) = 221+147+219=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DB is #226C24. Grayscale: #B1B1B1. Windows color (decimal): -2255909 or 14390237. OLE color: 14390237.
HSL color Cylindrical-coordinate representation of color #DD93DB: hue angle of 301.62º 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 #DD93DB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 219 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 301.62º | 0.52% | 0.72% | - |
| HSV(B) | 301.62º | 0.33% | 0.87% | - |
| XYZ | 53.04 | 41.35 | 72.2 | - |
| YUV | 177.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 219 | 0 | 0.33 | 0.01 | 0.13 | 301.62 | 0.52 | 0.72 |
| Hex | DD | 93 | DB | 0 | 21 | 1 | D | 12E | 34 | 48 |
| Octal | 335 | 223 | 333 | 0 | 41 | 1 | 15 | 456 | 64 | 110 |
| Binary | 11011101 | 10010011 | 11011011 | 0 | 100001 | 1 | 1101 | 100101110 | 110100 | 1001000 |
Color Harmonies of #DD93DB
Complementary color
Monochromatic Colors of #DD93DB
Black with #DD93DB
Text Example
Text Example
White with #DD93DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93DB; }
p { color: rgb(221,147,219); }
H1.HeaderClassName
{
color: #DD93DB;
}
.AnyTagClassName
{
color: #DD93DB;
}
</style>
background-color css
<style>
a { background-color: #DD93DB; }
a { background-color: rgb(221,147,219); }
div.DivClassName
{
background-color: #DD93DB;
}
.BgClassName
{
background-color: #DD93DB;
}
</style>
border-color css
<style>
span { border-color: #DD93DB; }
span { border-color: rgb(221,147,219); }
td.TdClassName
{
border-color: #DD93DB;
}
.TagClassName
{
border-color: #DD93DB;
}
</style>