Shades of Plum #DE9DD0
Tints of Plum #DE9DD0
RGB
CMYK
RGB Variations
Color information
#DE9DD0 (or 0xDE9DD0) is known color: Plum. HEX triplet: DE, 9D and D0. RGB value is (222,157,208). Sum of RGB (Red+Green+Blue) = 222+157+208=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DD0 is #21622F. Grayscale: #B6B6B6. Windows color (decimal): -2187824 or 13671902. OLE color: 13671902.
HSL color Cylindrical-coordinate representation of color #DE9DD0: hue angle of 312.92º 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 #DE9DD0 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 208 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.13 |
| HSL | 312.92º | 0.5% | 0.74% | - |
| HSV(B) | 312.92º | 0.29% | 0.87% | - |
| XYZ | 53.57 | 44.2 | 65.38 | - |
| YUV | 182.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 208 | 0 | 0.29 | 0.06 | 0.13 | 312.92 | 0.5 | 0.74 |
| Hex | DE | 9D | D0 | 0 | 1D | 6 | D | 139 | 32 | 4A |
| Octal | 336 | 235 | 320 | 0 | 35 | 6 | 15 | 471 | 62 | 112 |
| Binary | 11011110 | 10011101 | 11010000 | 0 | 11101 | 110 | 1101 | 100111001 | 110010 | 1001010 |
Color Harmonies of #DE9DD0
Complementary color
Monochromatic Colors of #DE9DD0
Black with #DE9DD0
Text Example
Text Example
White with #DE9DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DD0; }
p { color: rgb(222,157,208); }
H1.HeaderClassName
{
color: #DE9DD0;
}
.AnyTagClassName
{
color: #DE9DD0;
}
</style>
background-color css
<style>
a { background-color: #DE9DD0; }
a { background-color: rgb(222,157,208); }
div.DivClassName
{
background-color: #DE9DD0;
}
.BgClassName
{
background-color: #DE9DD0;
}
</style>
border-color css
<style>
span { border-color: #DE9DD0; }
span { border-color: rgb(222,157,208); }
td.TdClassName
{
border-color: #DE9DD0;
}
.TagClassName
{
border-color: #DE9DD0;
}
</style>