Shades of Plum #DD95CE
Tints of Plum #DD95CE
RGB
CMYK
RGB Variations
Color information
#DD95CE (or 0xDD95CE) is known color: Plum. HEX triplet: DD, 95 and CE. RGB value is (221,149,206). Sum of RGB (Red+Green+Blue) = 221+149+206=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD95CE is #226A31. Grayscale: #B0B0B0. Windows color (decimal): -2255410 or 13538781. OLE color: 13538781.
HSL color Cylindrical-coordinate representation of color #DD95CE: hue angle of 312.5º 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 #DD95CE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 149 | 206 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.13 |
| HSL | 312.5º | 0.51% | 0.73% | - |
| HSV(B) | 312.5º | 0.33% | 0.87% | - |
| XYZ | 51.71 | 41.32 | 63.64 | - |
| YUV | 177.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 149 | 206 | 0 | 0.33 | 0.07 | 0.13 | 312.5 | 0.51 | 0.73 |
| Hex | DD | 95 | CE | 0 | 21 | 7 | D | 138 | 33 | 49 |
| Octal | 335 | 225 | 316 | 0 | 41 | 7 | 15 | 470 | 63 | 111 |
| Binary | 11011101 | 10010101 | 11001110 | 0 | 100001 | 111 | 1101 | 100111000 | 110011 | 1001001 |
Color Harmonies of #DD95CE
Complementary color
Monochromatic Colors of #DD95CE
Black with #DD95CE
Text Example
Text Example
White with #DD95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD95CE; }
p { color: rgb(221,149,206); }
H1.HeaderClassName
{
color: #DD95CE;
}
.AnyTagClassName
{
color: #DD95CE;
}
</style>
background-color css
<style>
a { background-color: #DD95CE; }
a { background-color: rgb(221,149,206); }
div.DivClassName
{
background-color: #DD95CE;
}
.BgClassName
{
background-color: #DD95CE;
}
</style>
border-color css
<style>
span { border-color: #DD95CE; }
span { border-color: rgb(221,149,206); }
td.TdClassName
{
border-color: #DD95CE;
}
.TagClassName
{
border-color: #DD95CE;
}
</style>