Shades of Plum #DD95D3
Tints of Plum #DD95D3
RGB
CMYK
RGB Variations
Color information
#DD95D3 (or 0xDD95D3) is known color: Plum. HEX triplet: DD, 95 and D3. RGB value is (221,149,211). Sum of RGB (Red+Green+Blue) = 221+149+211=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95D3 is #226A2C. Grayscale: #B1B1B1. Windows color (decimal): -2255405 or 13866461. OLE color: 13866461.
HSL color Cylindrical-coordinate representation of color #DD95D3: hue angle of 308.33º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD95D3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 211 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.13 |
| HSL | 308.33º | 0.51% | 0.73% | - |
| HSV(B) | 308.33º | 0.33% | 0.87% | - |
| XYZ | 52.32 | 41.57 | 66.89 | - |
| YUV | 177.6 | 146.85 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 211 | 0 | 0.33 | 0.05 | 0.13 | 308.33 | 0.51 | 0.73 |
| Hex | DD | 95 | D3 | 0 | 21 | 5 | D | 134 | 33 | 49 |
| Octal | 335 | 225 | 323 | 0 | 41 | 5 | 15 | 464 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11010011 | 0 | 100001 | 101 | 1101 | 100110100 | 110011 | 1001001 |
Color Harmonies of #DD95D3
Complementary color
Monochromatic Colors of #DD95D3
Black with #DD95D3
Text Example
Text Example
White with #DD95D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95D3; }
p { color: rgb(221,149,211); }
H1.HeaderClassName
{
color: #DD95D3;
}
.AnyTagClassName
{
color: #DD95D3;
}
</style>
background-color css
<style>
a { background-color: #DD95D3; }
a { background-color: rgb(221,149,211); }
div.DivClassName
{
background-color: #DD95D3;
}
.BgClassName
{
background-color: #DD95D3;
}
</style>
border-color css
<style>
span { border-color: #DD95D3; }
span { border-color: rgb(221,149,211); }
td.TdClassName
{
border-color: #DD95D3;
}
.TagClassName
{
border-color: #DD95D3;
}
</style>