Shades of Plum #DE95CE
Tints of Plum #DE95CE
RGB
CMYK
RGB Variations
Color information
#DE95CE (or 0xDE95CE) is known color: Plum. HEX triplet: DE, 95 and CE. RGB value is (222,149,206). Sum of RGB (Red+Green+Blue) = 222+149+206=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95CE is #216A31. Grayscale: #B1B1B1. Windows color (decimal): -2189874 or 13538782. OLE color: 13538782.
HSL color Cylindrical-coordinate representation of color #DE95CE: hue angle of 313.15º degrees, saturation: 0.53, 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 #DE95CE is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 206 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.13 |
| HSL | 313.15º | 0.53% | 0.73% | - |
| HSV(B) | 313.15º | 0.33% | 0.87% | - |
| XYZ | 52.01 | 41.48 | 63.66 | - |
| YUV | 177.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 206 | 0 | 0.33 | 0.07 | 0.13 | 313.15 | 0.53 | 0.73 |
| Hex | DE | 95 | CE | 0 | 21 | 7 | D | 139 | 35 | 49 |
| Octal | 336 | 225 | 316 | 0 | 41 | 7 | 15 | 471 | 65 | 111 |
| Binary | 11011110 | 10010101 | 11001110 | 0 | 100001 | 111 | 1101 | 100111001 | 110101 | 1001001 |
Color Harmonies of #DE95CE
Complementary color
Monochromatic Colors of #DE95CE
Black with #DE95CE
Text Example
Text Example
White with #DE95CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95CE; }
p { color: rgb(222,149,206); }
H1.HeaderClassName
{
color: #DE95CE;
}
.AnyTagClassName
{
color: #DE95CE;
}
</style>
background-color css
<style>
a { background-color: #DE95CE; }
a { background-color: rgb(222,149,206); }
div.DivClassName
{
background-color: #DE95CE;
}
.BgClassName
{
background-color: #DE95CE;
}
</style>
border-color css
<style>
span { border-color: #DE95CE; }
span { border-color: rgb(222,149,206); }
td.TdClassName
{
border-color: #DE95CE;
}
.TagClassName
{
border-color: #DE95CE;
}
</style>