Shades of Plum #DE9FCE
Tints of Plum #DE9FCE
RGB
CMYK
RGB Variations
Color information
#DE9FCE (or 0xDE9FCE) is known color: Plum. HEX triplet: DE, 9F and CE. RGB value is (222,159,206). Sum of RGB (Red+Green+Blue) = 222+159+206=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE9FCE is #216031. Grayscale: #B7B7B7. Windows color (decimal): -2187314 or 13541342. OLE color: 13541342.
HSL color Cylindrical-coordinate representation of color #DE9FCE: hue angle of 315.24º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DE9FCE is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 159 | 206 | - |
| CMYK | 0 | 0.28 | 0.07 | 0.13 |
| HSL | 315.24º | 0.49% | 0.75% | - |
| HSV(B) | 315.24º | 0.28% | 0.87% | - |
| XYZ | 53.66 | 44.78 | 64.21 | - |
| YUV | 183.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 159 | 206 | 0 | 0.28 | 0.07 | 0.13 | 315.24 | 0.49 | 0.75 |
| Hex | DE | 9F | CE | 0 | 1C | 7 | D | 13B | 31 | 4B |
| Octal | 336 | 237 | 316 | 0 | 34 | 7 | 15 | 473 | 61 | 113 |
| Binary | 11011110 | 10011111 | 11001110 | 0 | 11100 | 111 | 1101 | 100111011 | 110001 | 1001011 |
Color Harmonies of #DE9FCE
Complementary color
Monochromatic Colors of #DE9FCE
Black with #DE9FCE
Text Example
Text Example
White with #DE9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9FCE; }
p { color: rgb(222,159,206); }
H1.HeaderClassName
{
color: #DE9FCE;
}
.AnyTagClassName
{
color: #DE9FCE;
}
</style>
background-color css
<style>
a { background-color: #DE9FCE; }
a { background-color: rgb(222,159,206); }
div.DivClassName
{
background-color: #DE9FCE;
}
.BgClassName
{
background-color: #DE9FCE;
}
</style>
border-color css
<style>
span { border-color: #DE9FCE; }
span { border-color: rgb(222,159,206); }
td.TdClassName
{
border-color: #DE9FCE;
}
.TagClassName
{
border-color: #DE9FCE;
}
</style>