Shades of Plum #DD91D7
Tints of Plum #DD91D7
RGB
CMYK
RGB Variations
Color information
#DD91D7 (or 0xDD91D7) is known color: Plum. HEX triplet: DD, 91 and D7. RGB value is (221,145,215). Sum of RGB (Red+Green+Blue) = 221+145+215=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D7 is #226E28. Grayscale: #AFAFAF. Windows color (decimal): -2256425 or 14127581. OLE color: 14127581.
HSL color Cylindrical-coordinate representation of color #DD91D7: hue angle of 304.74º 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 #DD91D7 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 215 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.13 |
| HSL | 304.74º | 0.53% | 0.72% | - |
| HSV(B) | 304.74º | 0.34% | 0.87% | - |
| XYZ | 52.21 | 40.53 | 69.36 | - |
| YUV | 175.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 215 | 0 | 0.34 | 0.03 | 0.13 | 304.74 | 0.53 | 0.72 |
| Hex | DD | 91 | D7 | 0 | 22 | 3 | D | 131 | 35 | 48 |
| Octal | 335 | 221 | 327 | 0 | 42 | 3 | 15 | 461 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11010111 | 0 | 100010 | 11 | 1101 | 100110001 | 110101 | 1001000 |
Color Harmonies of #DD91D7
Complementary color
Monochromatic Colors of #DD91D7
Black with #DD91D7
Text Example
Text Example
White with #DD91D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91D7; }
p { color: rgb(221,145,215); }
H1.HeaderClassName
{
color: #DD91D7;
}
.AnyTagClassName
{
color: #DD91D7;
}
</style>
background-color css
<style>
a { background-color: #DD91D7; }
a { background-color: rgb(221,145,215); }
div.DivClassName
{
background-color: #DD91D7;
}
.BgClassName
{
background-color: #DD91D7;
}
</style>
border-color css
<style>
span { border-color: #DD91D7; }
span { border-color: rgb(221,145,215); }
td.TdClassName
{
border-color: #DD91D7;
}
.TagClassName
{
border-color: #DD91D7;
}
</style>