Shades of Plum #DD95D0
Tints of Plum #DD95D0
RGB
CMYK
RGB Variations
Color information
#DD95D0 (or 0xDD95D0) is known color: Plum. HEX triplet: DD, 95 and D0. RGB value is (221,149,208). Sum of RGB (Red+Green+Blue) = 221+149+208=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95D0 is #226A2F. Grayscale: #B1B1B1. Windows color (decimal): -2255408 or 13669853. OLE color: 13669853.
HSL color Cylindrical-coordinate representation of color #DD95D0: hue angle of 310.83º 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 #DD95D0 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 208 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.13 |
| HSL | 310.83º | 0.51% | 0.73% | - |
| HSV(B) | 310.83º | 0.33% | 0.87% | - |
| XYZ | 51.95 | 41.42 | 64.93 | - |
| YUV | 177.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 208 | 0 | 0.33 | 0.06 | 0.13 | 310.83 | 0.51 | 0.73 |
| Hex | DD | 95 | D0 | 0 | 21 | 6 | D | 137 | 33 | 49 |
| Octal | 335 | 225 | 320 | 0 | 41 | 6 | 15 | 467 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11010000 | 0 | 100001 | 110 | 1101 | 100110111 | 110011 | 1001001 |
Color Harmonies of #DD95D0
Complementary color
Monochromatic Colors of #DD95D0
Black with #DD95D0
Text Example
Text Example
White with #DD95D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95D0; }
p { color: rgb(221,149,208); }
H1.HeaderClassName
{
color: #DD95D0;
}
.AnyTagClassName
{
color: #DD95D0;
}
</style>
background-color css
<style>
a { background-color: #DD95D0; }
a { background-color: rgb(221,149,208); }
div.DivClassName
{
background-color: #DD95D0;
}
.BgClassName
{
background-color: #DD95D0;
}
</style>
border-color css
<style>
span { border-color: #DD95D0; }
span { border-color: rgb(221,149,208); }
td.TdClassName
{
border-color: #DD95D0;
}
.TagClassName
{
border-color: #DD95D0;
}
</style>