Shades of Plum #DD91D9
Tints of Plum #DD91D9
RGB
CMYK
RGB Variations
Color information
#DD91D9 (or 0xDD91D9) is known color: Plum. HEX triplet: DD, 91 and D9. RGB value is (221,145,217). Sum of RGB (Red+Green+Blue) = 221+145+217=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 217 (85.16% from 255 or 37.22% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D9 is #226E26. Grayscale: #AFAFAF. Windows color (decimal): -2256423 or 14258653. OLE color: 14258653.
HSL color Cylindrical-coordinate representation of color #DD91D9: hue angle of 303.16º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91D9 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 217 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.13 |
| HSL | 303.16º | 0.53% | 0.72% | - |
| HSV(B) | 303.16º | 0.34% | 0.87% | - |
| XYZ | 52.47 | 40.63 | 70.72 | - |
| YUV | 175.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 217 | 0 | 0.34 | 0.02 | 0.13 | 303.16 | 0.53 | 0.72 |
| Hex | DD | 91 | D9 | 0 | 22 | 2 | D | 12F | 35 | 48 |
| Octal | 335 | 221 | 331 | 0 | 42 | 2 | 15 | 457 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11011001 | 0 | 100010 | 10 | 1101 | 100101111 | 110101 | 1001000 |
Color Harmonies of #DD91D9
Complementary color
Monochromatic Colors of #DD91D9
Black with #DD91D9
Text Example
Text Example
White with #DD91D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91D9; }
p { color: rgb(221,145,217); }
H1.HeaderClassName
{
color: #DD91D9;
}
.AnyTagClassName
{
color: #DD91D9;
}
</style>
background-color css
<style>
a { background-color: #DD91D9; }
a { background-color: rgb(221,145,217); }
div.DivClassName
{
background-color: #DD91D9;
}
.BgClassName
{
background-color: #DD91D9;
}
</style>
border-color css
<style>
span { border-color: #DD91D9; }
span { border-color: rgb(221,145,217); }
td.TdClassName
{
border-color: #DD91D9;
}
.TagClassName
{
border-color: #DD91D9;
}
</style>