Shades of Plum #DE95DB
Tints of Plum #DE95DB
RGB
CMYK
RGB Variations
Color information
#DE95DB (or 0xDE95DB) is known color: Plum. HEX triplet: DE, 95 and DB. RGB value is (222,149,219). Sum of RGB (Red+Green+Blue) = 222+149+219=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 222 - color contains mainly: red. Hex color #DE95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95DB is #216A24. Grayscale: #B2B2B2. Windows color (decimal): -2189861 or 14390750. OLE color: 14390750.
HSL color Cylindrical-coordinate representation of color #DE95DB: hue angle of 302.47º 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 #DE95DB is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 219 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.13 |
| HSL | 302.47º | 0.53% | 0.73% | - |
| HSV(B) | 302.47º | 0.33% | 0.87% | - |
| XYZ | 53.66 | 42.14 | 72.32 | - |
| YUV | 178.81 | 150.68 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 219 | 0 | 0.33 | 0.01 | 0.13 | 302.47 | 0.53 | 0.73 |
| Hex | DE | 95 | DB | 0 | 21 | 1 | D | 12E | 35 | 49 |
| Octal | 336 | 225 | 333 | 0 | 41 | 1 | 15 | 456 | 65 | 111 |
| Binary | 11011110 | 10010101 | 11011011 | 0 | 100001 | 1 | 1101 | 100101110 | 110101 | 1001001 |
Color Harmonies of #DE95DB
Complementary color
Monochromatic Colors of #DE95DB
Black with #DE95DB
Text Example
Text Example
White with #DE95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95DB; }
p { color: rgb(222,149,219); }
H1.HeaderClassName
{
color: #DE95DB;
}
.AnyTagClassName
{
color: #DE95DB;
}
</style>
background-color css
<style>
a { background-color: #DE95DB; }
a { background-color: rgb(222,149,219); }
div.DivClassName
{
background-color: #DE95DB;
}
.BgClassName
{
background-color: #DE95DB;
}
</style>
border-color css
<style>
span { border-color: #DE95DB; }
span { border-color: rgb(222,149,219); }
td.TdClassName
{
border-color: #DE95DB;
}
.TagClassName
{
border-color: #DE95DB;
}
</style>