Shades of Plum #DE9AEC
Tints of Plum #DE9AEC
RGB
CMYK
RGB Variations
Color information
#DE9AEC (or 0xDE9AEC) is known color: Plum. HEX triplet: DE, 9A and EC. RGB value is (222,154,236). Sum of RGB (Red+Green+Blue) = 222+154+236=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE9AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9AEC is #216513. Grayscale: #B7B7B7. Windows color (decimal): -2188564 or 15506142. OLE color: 15506142.
HSL color Cylindrical-coordinate representation of color #DE9AEC: hue angle of 289.76º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9AEC is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 154 | 236 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.07 |
| HSL | 289.76º | 0.68% | 0.76% | - |
| HSV(B) | 289.76º | 0.35% | 0.93% | - |
| XYZ | 56.82 | 44.7 | 84.99 | - |
| YUV | 183.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 154 | 236 | 0.06 | 0.35 | 0 | 0.07 | 289.76 | 0.68 | 0.76 |
| Hex | DE | 9A | EC | 6 | 23 | 0 | 7 | 122 | 44 | 4C |
| Octal | 336 | 232 | 354 | 6 | 43 | 0 | 7 | 442 | 104 | 114 |
| Binary | 11011110 | 10011010 | 11101100 | 110 | 100011 | 0 | 111 | 100100010 | 1000100 | 1001100 |
Color Harmonies of #DE9AEC
Complementary color
Monochromatic Colors of #DE9AEC
Black with #DE9AEC
Text Example
Text Example
White with #DE9AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9AEC; }
p { color: rgb(222,154,236); }
H1.HeaderClassName
{
color: #DE9AEC;
}
.AnyTagClassName
{
color: #DE9AEC;
}
</style>
background-color css
<style>
a { background-color: #DE9AEC; }
a { background-color: rgb(222,154,236); }
div.DivClassName
{
background-color: #DE9AEC;
}
.BgClassName
{
background-color: #DE9AEC;
}
</style>
border-color css
<style>
span { border-color: #DE9AEC; }
span { border-color: rgb(222,154,236); }
td.TdClassName
{
border-color: #DE9AEC;
}
.TagClassName
{
border-color: #DE9AEC;
}
</style>