Shades of Plum #DE95DD
Tints of Plum #DE95DD
RGB
CMYK
RGB Variations
Color information
#DE95DD (or 0xDE95DD) is known color: Plum. HEX triplet: DE, 95 and DD. RGB value is (222,149,221). Sum of RGB (Red+Green+Blue) = 222+149+221=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95DD is #216A22. Grayscale: #B2B2B2. Windows color (decimal): -2189859 or 14521822. OLE color: 14521822.
HSL color Cylindrical-coordinate representation of color #DE95DD: hue angle of 300.82º 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 #DE95DD is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 221 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.13 |
| HSL | 300.82º | 0.53% | 0.73% | - |
| HSV(B) | 300.82º | 0.33% | 0.87% | - |
| XYZ | 53.92 | 42.24 | 73.72 | - |
| YUV | 179.04 | 151.68 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 221 | 0 | 0.33 | 0.00 | 0.13 | 300.82 | 0.53 | 0.73 |
| Hex | DE | 95 | DD | 0 | 21 | 0 | D | 12D | 35 | 49 |
| Octal | 336 | 225 | 335 | 0 | 41 | 0 | 15 | 455 | 65 | 111 |
| Binary | 11011110 | 10010101 | 11011101 | 0 | 100001 | 0 | 1101 | 100101101 | 110101 | 1001001 |
Color Harmonies of #DE95DD
Complementary color
Monochromatic Colors of #DE95DD
Black with #DE95DD
Text Example
Text Example
White with #DE95DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95DD; }
p { color: rgb(222,149,221); }
H1.HeaderClassName
{
color: #DE95DD;
}
.AnyTagClassName
{
color: #DE95DD;
}
</style>
background-color css
<style>
a { background-color: #DE95DD; }
a { background-color: rgb(222,149,221); }
div.DivClassName
{
background-color: #DE95DD;
}
.BgClassName
{
background-color: #DE95DD;
}
</style>
border-color css
<style>
span { border-color: #DE95DD; }
span { border-color: rgb(222,149,221); }
td.TdClassName
{
border-color: #DE95DD;
}
.TagClassName
{
border-color: #DE95DD;
}
</style>