Shades of Plum #DE9EEB
Tints of Plum #DE9EEB
RGB
CMYK
RGB Variations
Color information
#DE9EEB (or 0xDE9EEB) is known color: Plum. HEX triplet: DE, 9E and EB. RGB value is (222,158,235). Sum of RGB (Red+Green+Blue) = 222+158+235=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #DE9EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE9EEB is #216114. Grayscale: #B9B9B9. Windows color (decimal): -2187541 or 15441630. OLE color: 15441630.
HSL color Cylindrical-coordinate representation of color #DE9EEB: hue angle of 289.87º degrees, saturation: 0.66, 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 #DE9EEB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 158 | 235 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.08 |
| HSL | 289.87º | 0.66% | 0.77% | - |
| HSV(B) | 289.87º | 0.33% | 0.92% | - |
| XYZ | 57.35 | 45.98 | 84.45 | - |
| YUV | 185.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 158 | 235 | 0.06 | 0.33 | 0 | 0.08 | 289.87 | 0.66 | 0.77 |
| Hex | DE | 9E | EB | 6 | 21 | 0 | 8 | 122 | 42 | 4D |
| Octal | 336 | 236 | 353 | 6 | 41 | 0 | 10 | 442 | 102 | 115 |
| Binary | 11011110 | 10011110 | 11101011 | 110 | 100001 | 0 | 1000 | 100100010 | 1000010 | 1001101 |
Color Harmonies of #DE9EEB
Complementary color
Monochromatic Colors of #DE9EEB
Black with #DE9EEB
Text Example
Text Example
White with #DE9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9EEB; }
p { color: rgb(222,158,235); }
H1.HeaderClassName
{
color: #DE9EEB;
}
.AnyTagClassName
{
color: #DE9EEB;
}
</style>
background-color css
<style>
a { background-color: #DE9EEB; }
a { background-color: rgb(222,158,235); }
div.DivClassName
{
background-color: #DE9EEB;
}
.BgClassName
{
background-color: #DE9EEB;
}
</style>
border-color css
<style>
span { border-color: #DE9EEB; }
span { border-color: rgb(222,158,235); }
td.TdClassName
{
border-color: #DE9EEB;
}
.TagClassName
{
border-color: #DE9EEB;
}
</style>