Shades of Plum #DE9BE4
Tints of Plum #DE9BE4
RGB
CMYK
RGB Variations
Color information
#DE9BE4 (or 0xDE9BE4) is known color: Plum. HEX triplet: DE, 9B and E4. RGB value is (222,155,228). Sum of RGB (Red+Green+Blue) = 222+155+228=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #DE9BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9BE4 is #21641B. Grayscale: #B7B7B7. Windows color (decimal): -2188316 or 14982110. OLE color: 14982110.
HSL color Cylindrical-coordinate representation of color #DE9BE4: hue angle of 295.07º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9BE4 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 155 | 228 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.11 |
| HSL | 295.07º | 0.57% | 0.75% | - |
| HSV(B) | 295.07º | 0.32% | 0.89% | - |
| XYZ | 55.85 | 44.57 | 79.06 | - |
| YUV | 183.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 228 | 0.03 | 0.32 | 0 | 0.11 | 295.07 | 0.57 | 0.75 |
| Hex | DE | 9B | E4 | 3 | 20 | 0 | B | 127 | 39 | 4B |
| Octal | 336 | 233 | 344 | 3 | 40 | 0 | 13 | 447 | 71 | 113 |
| Binary | 11011110 | 10011011 | 11100100 | 11 | 100000 | 0 | 1011 | 100100111 | 111001 | 1001011 |
Color Harmonies of #DE9BE4
Complementary color
Monochromatic Colors of #DE9BE4
Black with #DE9BE4
Text Example
Text Example
White with #DE9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9BE4; }
p { color: rgb(222,155,228); }
H1.HeaderClassName
{
color: #DE9BE4;
}
.AnyTagClassName
{
color: #DE9BE4;
}
</style>
background-color css
<style>
a { background-color: #DE9BE4; }
a { background-color: rgb(222,155,228); }
div.DivClassName
{
background-color: #DE9BE4;
}
.BgClassName
{
background-color: #DE9BE4;
}
</style>
border-color css
<style>
span { border-color: #DE9BE4; }
span { border-color: rgb(222,155,228); }
td.TdClassName
{
border-color: #DE9BE4;
}
.TagClassName
{
border-color: #DE9BE4;
}
</style>