Shades of Plum #DE9FE1
Tints of Plum #DE9FE1
RGB
CMYK
RGB Variations
Color information
#DE9FE1 (or 0xDE9FE1) is known color: Plum. HEX triplet: DE, 9F and E1. RGB value is (222,159,225). Sum of RGB (Red+Green+Blue) = 222+159+225=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FE1 is #21601E. Grayscale: #B9B9B9. Windows color (decimal): -2187295 or 14786526. OLE color: 14786526.
HSL color Cylindrical-coordinate representation of color #DE9FE1: hue angle of 297.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9FE1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 159 | 225 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.12 |
| HSL | 297.27º | 0.52% | 0.75% | - |
| HSV(B) | 297.27º | 0.29% | 0.88% | - |
| XYZ | 56.11 | 45.76 | 77.11 | - |
| YUV | 185.36 | 150.37 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 225 | 0.01 | 0.29 | 0 | 0.12 | 297.27 | 0.52 | 0.75 |
| Hex | DE | 9F | E1 | 1 | 1D | 0 | C | 129 | 34 | 4B |
| Octal | 336 | 237 | 341 | 1 | 35 | 0 | 14 | 451 | 64 | 113 |
| Binary | 11011110 | 10011111 | 11100001 | 1 | 11101 | 0 | 1100 | 100101001 | 110100 | 1001011 |
Color Harmonies of #DE9FE1
Complementary color
Monochromatic Colors of #DE9FE1
Black with #DE9FE1
Text Example
Text Example
White with #DE9FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FE1; }
p { color: rgb(222,159,225); }
H1.HeaderClassName
{
color: #DE9FE1;
}
.AnyTagClassName
{
color: #DE9FE1;
}
</style>
background-color css
<style>
a { background-color: #DE9FE1; }
a { background-color: rgb(222,159,225); }
div.DivClassName
{
background-color: #DE9FE1;
}
.BgClassName
{
background-color: #DE9FE1;
}
</style>
border-color css
<style>
span { border-color: #DE9FE1; }
span { border-color: rgb(222,159,225); }
td.TdClassName
{
border-color: #DE9FE1;
}
.TagClassName
{
border-color: #DE9FE1;
}
</style>