Shades of Plum #DE9AEA
Tints of Plum #DE9AEA
RGB
CMYK
RGB Variations
Color information
#DE9AEA (or 0xDE9AEA) is known color: Plum. HEX triplet: DE, 9A and EA. RGB value is (222,154,234). Sum of RGB (Red+Green+Blue) = 222+154+234=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #DE9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AEA is #216515. Grayscale: #B7B7B7. Windows color (decimal): -2188566 or 15375070. OLE color: 15375070.
HSL color Cylindrical-coordinate representation of color #DE9AEA: hue angle of 291º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9AEA is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 154 | 234 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.08 |
| HSL | 291º | 0.66% | 0.76% | - |
| HSV(B) | 291º | 0.34% | 0.92% | - |
| XYZ | 56.53 | 44.58 | 83.47 | - |
| YUV | 183.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 234 | 0.05 | 0.34 | 0 | 0.08 | 291 | 0.66 | 0.76 |
| Hex | DE | 9A | EA | 5 | 22 | 0 | 8 | 123 | 42 | 4C |
| Octal | 336 | 232 | 352 | 5 | 42 | 0 | 10 | 443 | 102 | 114 |
| Binary | 11011110 | 10011010 | 11101010 | 101 | 100010 | 0 | 1000 | 100100011 | 1000010 | 1001100 |
Color Harmonies of #DE9AEA
Complementary color
Monochromatic Colors of #DE9AEA
Black with #DE9AEA
Text Example
Text Example
White with #DE9AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AEA; }
p { color: rgb(222,154,234); }
H1.HeaderClassName
{
color: #DE9AEA;
}
.AnyTagClassName
{
color: #DE9AEA;
}
</style>
background-color css
<style>
a { background-color: #DE9AEA; }
a { background-color: rgb(222,154,234); }
div.DivClassName
{
background-color: #DE9AEA;
}
.BgClassName
{
background-color: #DE9AEA;
}
</style>
border-color css
<style>
span { border-color: #DE9AEA; }
span { border-color: rgb(222,154,234); }
td.TdClassName
{
border-color: #DE9AEA;
}
.TagClassName
{
border-color: #DE9AEA;
}
</style>