Shades of Plum #DEA8D7
Tints of Plum #DEA8D7
RGB
CMYK
RGB Variations
Color information
#DEA8D7 (or 0xDEA8D7) is known color: Plum. HEX triplet: DE, A8 and D7. RGB value is (222,168,215). Sum of RGB (Red+Green+Blue) = 222+168+215=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 215 (84.38% from 255 or 35.54% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D7 is #215728. Grayscale: #BDBDBD. Windows color (decimal): -2185001 or 14133470. OLE color: 14133470.
HSL color Cylindrical-coordinate representation of color #DEA8D7: hue angle of 307.78º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8D7 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 168 | 215 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.13 |
| HSL | 307.78º | 0.45% | 0.76% | - |
| HSV(B) | 307.78º | 0.24% | 0.87% | - |
| XYZ | 56.39 | 48.44 | 70.67 | - |
| YUV | 189.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 215 | 0 | 0.24 | 0.03 | 0.13 | 307.78 | 0.45 | 0.76 |
| Hex | DE | A8 | D7 | 0 | 18 | 3 | D | 134 | 2D | 4C |
| Octal | 336 | 250 | 327 | 0 | 30 | 3 | 15 | 464 | 55 | 114 |
| Binary | 11011110 | 10101000 | 11010111 | 0 | 11000 | 11 | 1101 | 100110100 | 101101 | 1001100 |
Color Harmonies of #DEA8D7
Complementary color
Monochromatic Colors of #DEA8D7
Black with #DEA8D7
Text Example
Text Example
White with #DEA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8D7; }
p { color: rgb(222,168,215); }
H1.HeaderClassName
{
color: #DEA8D7;
}
.AnyTagClassName
{
color: #DEA8D7;
}
</style>
background-color css
<style>
a { background-color: #DEA8D7; }
a { background-color: rgb(222,168,215); }
div.DivClassName
{
background-color: #DEA8D7;
}
.BgClassName
{
background-color: #DEA8D7;
}
</style>
border-color css
<style>
span { border-color: #DEA8D7; }
span { border-color: rgb(222,168,215); }
td.TdClassName
{
border-color: #DEA8D7;
}
.TagClassName
{
border-color: #DEA8D7;
}
</style>