Shades of Plum #DE9DD2
Tints of Plum #DE9DD2
RGB
CMYK
RGB Variations
Color information
#DE9DD2 (or 0xDE9DD2) is known color: Plum. HEX triplet: DE, 9D and D2. RGB value is (222,157,210). Sum of RGB (Red+Green+Blue) = 222+157+210=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9DD2 is #21622D. Grayscale: #B6B6B6. Windows color (decimal): -2187822 or 13802974. OLE color: 13802974.
HSL color Cylindrical-coordinate representation of color #DE9DD2: hue angle of 311.08º 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 #DE9DD2 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 210 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.13 |
| HSL | 311.08º | 0.5% | 0.74% | - |
| HSV(B) | 311.08º | 0.29% | 0.87% | - |
| XYZ | 53.81 | 44.3 | 66.69 | - |
| YUV | 182.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 210 | 0 | 0.29 | 0.05 | 0.13 | 311.08 | 0.5 | 0.74 |
| Hex | DE | 9D | D2 | 0 | 1D | 5 | D | 137 | 32 | 4A |
| Octal | 336 | 235 | 322 | 0 | 35 | 5 | 15 | 467 | 62 | 112 |
| Binary | 11011110 | 10011101 | 11010010 | 0 | 11101 | 101 | 1101 | 100110111 | 110010 | 1001010 |
Color Harmonies of #DE9DD2
Complementary color
Monochromatic Colors of #DE9DD2
Black with #DE9DD2
Text Example
Text Example
White with #DE9DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DD2; }
p { color: rgb(222,157,210); }
H1.HeaderClassName
{
color: #DE9DD2;
}
.AnyTagClassName
{
color: #DE9DD2;
}
</style>
background-color css
<style>
a { background-color: #DE9DD2; }
a { background-color: rgb(222,157,210); }
div.DivClassName
{
background-color: #DE9DD2;
}
.BgClassName
{
background-color: #DE9DD2;
}
</style>
border-color css
<style>
span { border-color: #DE9DD2; }
span { border-color: rgb(222,157,210); }
td.TdClassName
{
border-color: #DE9DD2;
}
.TagClassName
{
border-color: #DE9DD2;
}
</style>