Shades of Plum #DD91DC
Tints of Plum #DD91DC
RGB
CMYK
RGB Variations
Color information
#DD91DC (or 0xDD91DC) is known color: Plum. HEX triplet: DD, 91 and DC. RGB value is (221,145,220). Sum of RGB (Red+Green+Blue) = 221+145+220=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DC is #226E23. Grayscale: #B0B0B0. Windows color (decimal): -2256420 or 14455261. OLE color: 14455261.
HSL color Cylindrical-coordinate representation of color #DD91DC: hue angle of 300.79º 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 #DD91DC is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 220 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.13 |
| HSL | 300.79º | 0.53% | 0.72% | - |
| HSV(B) | 300.79º | 0.34% | 0.87% | - |
| XYZ | 52.86 | 40.79 | 72.8 | - |
| YUV | 176.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 220 | 0 | 0.34 | 0.00 | 0.13 | 300.79 | 0.53 | 0.72 |
| Hex | DD | 91 | DC | 0 | 22 | 0 | D | 12D | 35 | 48 |
| Octal | 335 | 221 | 334 | 0 | 42 | 0 | 15 | 455 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11011100 | 0 | 100010 | 0 | 1101 | 100101101 | 110101 | 1001000 |
Color Harmonies of #DD91DC
Complementary color
Monochromatic Colors of #DD91DC
Black with #DD91DC
Text Example
Text Example
White with #DD91DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91DC; }
p { color: rgb(221,145,220); }
H1.HeaderClassName
{
color: #DD91DC;
}
.AnyTagClassName
{
color: #DD91DC;
}
</style>
background-color css
<style>
a { background-color: #DD91DC; }
a { background-color: rgb(221,145,220); }
div.DivClassName
{
background-color: #DD91DC;
}
.BgClassName
{
background-color: #DD91DC;
}
</style>
border-color css
<style>
span { border-color: #DD91DC; }
span { border-color: rgb(221,145,220); }
td.TdClassName
{
border-color: #DD91DC;
}
.TagClassName
{
border-color: #DD91DC;
}
</style>