Shades of Plum #DD91D3
Tints of Plum #DD91D3
RGB
CMYK
RGB Variations
Color information
#DD91D3 (or 0xDD91D3) is known color: Plum. HEX triplet: DD, 91 and D3. RGB value is (221,145,211). Sum of RGB (Red+Green+Blue) = 221+145+211=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D3 is #226E2C. Grayscale: #AFAFAF. Windows color (decimal): -2256429 or 13865437. OLE color: 13865437.
HSL color Cylindrical-coordinate representation of color #DD91D3: hue angle of 307.89º 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 #DD91D3 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 211 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.13 |
| HSL | 307.89º | 0.53% | 0.72% | - |
| HSV(B) | 307.89º | 0.34% | 0.87% | - |
| XYZ | 51.7 | 40.33 | 66.69 | - |
| YUV | 175.25 | 148.18 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 211 | 0 | 0.34 | 0.05 | 0.13 | 307.89 | 0.53 | 0.72 |
| Hex | DD | 91 | D3 | 0 | 22 | 5 | D | 134 | 35 | 48 |
| Octal | 335 | 221 | 323 | 0 | 42 | 5 | 15 | 464 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11010011 | 0 | 100010 | 101 | 1101 | 100110100 | 110101 | 1001000 |
Color Harmonies of #DD91D3
Complementary color
Monochromatic Colors of #DD91D3
Black with #DD91D3
Text Example
Text Example
White with #DD91D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91D3; }
p { color: rgb(221,145,211); }
H1.HeaderClassName
{
color: #DD91D3;
}
.AnyTagClassName
{
color: #DD91D3;
}
</style>
background-color css
<style>
a { background-color: #DD91D3; }
a { background-color: rgb(221,145,211); }
div.DivClassName
{
background-color: #DD91D3;
}
.BgClassName
{
background-color: #DD91D3;
}
</style>
border-color css
<style>
span { border-color: #DD91D3; }
span { border-color: rgb(221,145,211); }
td.TdClassName
{
border-color: #DD91D3;
}
.TagClassName
{
border-color: #DD91D3;
}
</style>