Shades of Plum #DE95DC
Tints of Plum #DE95DC
RGB
CMYK
RGB Variations
Color information
#DE95DC (or 0xDE95DC) is known color: Plum. HEX triplet: DE, 95 and DC. RGB value is (222,149,220). Sum of RGB (Red+Green+Blue) = 222+149+220=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95DC is #216A23. Grayscale: #B2B2B2. Windows color (decimal): -2189860 or 14456286. OLE color: 14456286.
HSL color Cylindrical-coordinate representation of color #DE95DC: hue angle of 301.64º 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 #DE95DC is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 220 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 301.64º | 0.53% | 0.73% | - |
| HSV(B) | 301.64º | 0.33% | 0.87% | - |
| XYZ | 53.79 | 42.19 | 73.02 | - |
| YUV | 178.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 220 | 0 | 0.33 | 0.01 | 0.13 | 301.64 | 0.53 | 0.73 |
| Hex | DE | 95 | DC | 0 | 21 | 1 | D | 12E | 35 | 49 |
| Octal | 336 | 225 | 334 | 0 | 41 | 1 | 15 | 456 | 65 | 111 |
| Binary | 11011110 | 10010101 | 11011100 | 0 | 100001 | 1 | 1101 | 100101110 | 110101 | 1001001 |
Color Harmonies of #DE95DC
Complementary color
Monochromatic Colors of #DE95DC
Black with #DE95DC
Text Example
Text Example
White with #DE95DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95DC; }
p { color: rgb(222,149,220); }
H1.HeaderClassName
{
color: #DE95DC;
}
.AnyTagClassName
{
color: #DE95DC;
}
</style>
background-color css
<style>
a { background-color: #DE95DC; }
a { background-color: rgb(222,149,220); }
div.DivClassName
{
background-color: #DE95DC;
}
.BgClassName
{
background-color: #DE95DC;
}
</style>
border-color css
<style>
span { border-color: #DE95DC; }
span { border-color: rgb(222,149,220); }
td.TdClassName
{
border-color: #DE95DC;
}
.TagClassName
{
border-color: #DE95DC;
}
</style>