Shades of Plum #DD95D1
Tints of Plum #DD95D1
RGB
CMYK
RGB Variations
Color information
#DD95D1 (or 0xDD95D1) is known color: Plum. HEX triplet: DD, 95 and D1. RGB value is (221,149,209). Sum of RGB (Red+Green+Blue) = 221+149+209=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95D1 is #226A2E. Grayscale: #B1B1B1. Windows color (decimal): -2255407 or 13735389. OLE color: 13735389.
HSL color Cylindrical-coordinate representation of color #DD95D1: hue angle of 310º 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 #DD95D1 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 209 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.13 |
| HSL | 310º | 0.51% | 0.73% | - |
| HSV(B) | 310º | 0.33% | 0.87% | - |
| XYZ | 52.07 | 41.47 | 65.58 | - |
| YUV | 177.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 209 | 0 | 0.33 | 0.05 | 0.13 | 310 | 0.51 | 0.73 |
| Hex | DD | 95 | D1 | 0 | 21 | 5 | D | 136 | 33 | 49 |
| Octal | 335 | 225 | 321 | 0 | 41 | 5 | 15 | 466 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11010001 | 0 | 100001 | 101 | 1101 | 100110110 | 110011 | 1001001 |
Color Harmonies of #DD95D1
Complementary color
Monochromatic Colors of #DD95D1
Black with #DD95D1
Text Example
Text Example
White with #DD95D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95D1; }
p { color: rgb(221,149,209); }
H1.HeaderClassName
{
color: #DD95D1;
}
.AnyTagClassName
{
color: #DD95D1;
}
</style>
background-color css
<style>
a { background-color: #DD95D1; }
a { background-color: rgb(221,149,209); }
div.DivClassName
{
background-color: #DD95D1;
}
.BgClassName
{
background-color: #DD95D1;
}
</style>
border-color css
<style>
span { border-color: #DD95D1; }
span { border-color: rgb(221,149,209); }
td.TdClassName
{
border-color: #DD95D1;
}
.TagClassName
{
border-color: #DD95D1;
}
</style>