Shades of Plum #DD91CF
Tints of Plum #DD91CF
RGB
CMYK
RGB Variations
Color information
#DD91CF (or 0xDD91CF) is known color: Plum. HEX triplet: DD, 91 and CF. RGB value is (221,145,207). Sum of RGB (Red+Green+Blue) = 221+145+207=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91CF is #226E30. Grayscale: #AEAEAE. Windows color (decimal): -2256433 or 13603293. OLE color: 13603293.
HSL color Cylindrical-coordinate representation of color #DD91CF: hue angle of 311.05º 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 #DD91CF is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 207 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.13 |
| HSL | 311.05º | 0.53% | 0.72% | - |
| HSV(B) | 311.05º | 0.34% | 0.87% | - |
| XYZ | 51.21 | 40.13 | 64.08 | - |
| YUV | 174.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 207 | 0 | 0.34 | 0.06 | 0.13 | 311.05 | 0.53 | 0.72 |
| Hex | DD | 91 | CF | 0 | 22 | 6 | D | 137 | 35 | 48 |
| Octal | 335 | 221 | 317 | 0 | 42 | 6 | 15 | 467 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11001111 | 0 | 100010 | 110 | 1101 | 100110111 | 110101 | 1001000 |
Color Harmonies of #DD91CF
Complementary color
Monochromatic Colors of #DD91CF
Black with #DD91CF
Text Example
Text Example
White with #DD91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91CF; }
p { color: rgb(221,145,207); }
H1.HeaderClassName
{
color: #DD91CF;
}
.AnyTagClassName
{
color: #DD91CF;
}
</style>
background-color css
<style>
a { background-color: #DD91CF; }
a { background-color: rgb(221,145,207); }
div.DivClassName
{
background-color: #DD91CF;
}
.BgClassName
{
background-color: #DD91CF;
}
</style>
border-color css
<style>
span { border-color: #DD91CF; }
span { border-color: rgb(221,145,207); }
td.TdClassName
{
border-color: #DD91CF;
}
.TagClassName
{
border-color: #DD91CF;
}
</style>