Shades of Plum #DE9DDB
Tints of Plum #DE9DDB
RGB
CMYK
RGB Variations
Color information
#DE9DDB (or 0xDE9DDB) is known color: Plum. HEX triplet: DE, 9D and DB. RGB value is (222,157,219). Sum of RGB (Red+Green+Blue) = 222+157+219=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DDB is #216224. Grayscale: #B7B7B7. Windows color (decimal): -2187813 or 14392798. OLE color: 14392798.
HSL color Cylindrical-coordinate representation of color #DE9DDB: hue angle of 302.77º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9DDB is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 219 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 302.77º | 0.5% | 0.74% | - |
| HSV(B) | 302.77º | 0.29% | 0.87% | - |
| XYZ | 54.97 | 44.76 | 72.76 | - |
| YUV | 183.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 219 | 0 | 0.29 | 0.01 | 0.13 | 302.77 | 0.5 | 0.74 |
| Hex | DE | 9D | DB | 0 | 1D | 1 | D | 12F | 32 | 4A |
| Octal | 336 | 235 | 333 | 0 | 35 | 1 | 15 | 457 | 62 | 112 |
| Binary | 11011110 | 10011101 | 11011011 | 0 | 11101 | 1 | 1101 | 100101111 | 110010 | 1001010 |
Color Harmonies of #DE9DDB
Complementary color
Monochromatic Colors of #DE9DDB
Black with #DE9DDB
Text Example
Text Example
White with #DE9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DDB; }
p { color: rgb(222,157,219); }
H1.HeaderClassName
{
color: #DE9DDB;
}
.AnyTagClassName
{
color: #DE9DDB;
}
</style>
background-color css
<style>
a { background-color: #DE9DDB; }
a { background-color: rgb(222,157,219); }
div.DivClassName
{
background-color: #DE9DDB;
}
.BgClassName
{
background-color: #DE9DDB;
}
</style>
border-color css
<style>
span { border-color: #DE9DDB; }
span { border-color: rgb(222,157,219); }
td.TdClassName
{
border-color: #DE9DDB;
}
.TagClassName
{
border-color: #DE9DDB;
}
</style>