Shades of Plum #DE9DEA
Tints of Plum #DE9DEA
RGB
CMYK
RGB Variations
Color information
#DE9DEA (or 0xDE9DEA) is known color: Plum. HEX triplet: DE, 9D and EA. RGB value is (222,157,234). Sum of RGB (Red+Green+Blue) = 222+157+234=613 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.22% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE9DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9DEA is #216215. Grayscale: #B8B8B8. Windows color (decimal): -2187798 or 15375838. OLE color: 15375838.
HSL color Cylindrical-coordinate representation of color #DE9DEA: hue angle of 290.65º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9DEA is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 157 | 234 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.08 |
| HSL | 290.65º | 0.65% | 0.77% | - |
| HSV(B) | 290.65º | 0.33% | 0.92% | - |
| XYZ | 57.03 | 45.58 | 83.63 | - |
| YUV | 185.21 | 155.53 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 234 | 0.05 | 0.33 | 0 | 0.08 | 290.65 | 0.65 | 0.77 |
| Hex | DE | 9D | EA | 5 | 21 | 0 | 8 | 123 | 41 | 4D |
| Octal | 336 | 235 | 352 | 5 | 41 | 0 | 10 | 443 | 101 | 115 |
| Binary | 11011110 | 10011101 | 11101010 | 101 | 100001 | 0 | 1000 | 100100011 | 1000001 | 1001101 |
Color Harmonies of #DE9DEA
Complementary color
Monochromatic Colors of #DE9DEA
Black with #DE9DEA
Text Example
Text Example
White with #DE9DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9DEA; }
p { color: rgb(222,157,234); }
H1.HeaderClassName
{
color: #DE9DEA;
}
.AnyTagClassName
{
color: #DE9DEA;
}
</style>
background-color css
<style>
a { background-color: #DE9DEA; }
a { background-color: rgb(222,157,234); }
div.DivClassName
{
background-color: #DE9DEA;
}
.BgClassName
{
background-color: #DE9DEA;
}
</style>
border-color css
<style>
span { border-color: #DE9DEA; }
span { border-color: rgb(222,157,234); }
td.TdClassName
{
border-color: #DE9DEA;
}
.TagClassName
{
border-color: #DE9DEA;
}
</style>