Shades of Plum #DD93D1
Tints of Plum #DD93D1
RGB
CMYK
RGB Variations
Color information
#DD93D1 (or 0xDD93D1) is known color: Plum. HEX triplet: DD, 93 and D1. RGB value is (221,147,209). Sum of RGB (Red+Green+Blue) = 221+147+209=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D1 is #226C2E. Grayscale: #B0B0B0. Windows color (decimal): -2255919 or 13734877. OLE color: 13734877.
HSL color Cylindrical-coordinate representation of color #DD93D1: hue angle of 309.73º 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 #DD93D1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 209 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.13 |
| HSL | 309.73º | 0.52% | 0.72% | - |
| HSV(B) | 309.73º | 0.33% | 0.87% | - |
| XYZ | 51.76 | 40.84 | 65.48 | - |
| YUV | 176.19 | 146.52 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 209 | 0 | 0.33 | 0.05 | 0.13 | 309.73 | 0.52 | 0.72 |
| Hex | DD | 93 | D1 | 0 | 21 | 5 | D | 136 | 34 | 48 |
| Octal | 335 | 223 | 321 | 0 | 41 | 5 | 15 | 466 | 64 | 110 |
| Binary | 11011101 | 10010011 | 11010001 | 0 | 100001 | 101 | 1101 | 100110110 | 110100 | 1001000 |
Color Harmonies of #DD93D1
Complementary color
Monochromatic Colors of #DD93D1
Black with #DD93D1
Text Example
Text Example
White with #DD93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93D1; }
p { color: rgb(221,147,209); }
H1.HeaderClassName
{
color: #DD93D1;
}
.AnyTagClassName
{
color: #DD93D1;
}
</style>
background-color css
<style>
a { background-color: #DD93D1; }
a { background-color: rgb(221,147,209); }
div.DivClassName
{
background-color: #DD93D1;
}
.BgClassName
{
background-color: #DD93D1;
}
</style>
border-color css
<style>
span { border-color: #DD93D1; }
span { border-color: rgb(221,147,209); }
td.TdClassName
{
border-color: #DD93D1;
}
.TagClassName
{
border-color: #DD93D1;
}
</style>