Shades of Plum #DE9CEF
Tints of Plum #DE9CEF
RGB
CMYK
RGB Variations
Color information
#DE9CEF (or 0xDE9CEF) is known color: Plum. HEX triplet: DE, 9C and EF. RGB value is (222,156,239). Sum of RGB (Red+Green+Blue) = 222+156+239=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE9CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9CEF is #216310. Grayscale: #B8B8B8. Windows color (decimal): -2188049 or 15703262. OLE color: 15703262.
HSL color Cylindrical-coordinate representation of color #DE9CEF: hue angle of 287.71º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE9CEF is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 156 | 239 | - |
| CMYK | 0.07 | 0.35 | 0 | 0.06 |
| HSL | 287.71º | 0.72% | 0.77% | - |
| HSV(B) | 287.71º | 0.35% | 0.94% | - |
| XYZ | 57.59 | 45.54 | 87.42 | - |
| YUV | 185.2 | 158.37 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 156 | 239 | 0.07 | 0.35 | 0 | 0.06 | 287.71 | 0.72 | 0.77 |
| Hex | DE | 9C | EF | 7 | 23 | 0 | 6 | 120 | 48 | 4D |
| Octal | 336 | 234 | 357 | 7 | 43 | 0 | 6 | 440 | 110 | 115 |
| Binary | 11011110 | 10011100 | 11101111 | 111 | 100011 | 0 | 110 | 100100000 | 1001000 | 1001101 |
Color Harmonies of #DE9CEF
Complementary color
Monochromatic Colors of #DE9CEF
Black with #DE9CEF
Text Example
Text Example
White with #DE9CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9CEF; }
p { color: rgb(222,156,239); }
H1.HeaderClassName
{
color: #DE9CEF;
}
.AnyTagClassName
{
color: #DE9CEF;
}
</style>
background-color css
<style>
a { background-color: #DE9CEF; }
a { background-color: rgb(222,156,239); }
div.DivClassName
{
background-color: #DE9CEF;
}
.BgClassName
{
background-color: #DE9CEF;
}
</style>
border-color css
<style>
span { border-color: #DE9CEF; }
span { border-color: rgb(222,156,239); }
td.TdClassName
{
border-color: #DE9CEF;
}
.TagClassName
{
border-color: #DE9CEF;
}
</style>