Shades of Plum #DEA8EA
Tints of Plum #DEA8EA
RGB
CMYK
RGB Variations
Color information
#DEA8EA (or 0xDEA8EA) is known color: Plum. HEX triplet: DE, A8 and EA. RGB value is (222,168,234). Sum of RGB (Red+Green+Blue) = 222+168+234=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEA8EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DEA8EA is #215715. Grayscale: #BFBFBF. Windows color (decimal): -2184982 or 15378654. OLE color: 15378654.
HSL color Cylindrical-coordinate representation of color #DEA8EA: hue angle of 289.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA8EA is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 168 | 234 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.08 |
| HSL | 289.09º | 0.61% | 0.79% | - |
| HSV(B) | 289.09º | 0.28% | 0.92% | - |
| XYZ | 58.98 | 49.48 | 84.28 | - |
| YUV | 191.67 | 151.89 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 168 | 234 | 0.05 | 0.28 | 0 | 0.08 | 289.09 | 0.61 | 0.79 |
| Hex | DE | A8 | EA | 5 | 1C | 0 | 8 | 121 | 3D | 4F |
| Octal | 336 | 250 | 352 | 5 | 34 | 0 | 10 | 441 | 75 | 117 |
| Binary | 11011110 | 10101000 | 11101010 | 101 | 11100 | 0 | 1000 | 100100001 | 111101 | 1001111 |
Color Harmonies of #DEA8EA
Complementary color
Monochromatic Colors of #DEA8EA
Black with #DEA8EA
Text Example
Text Example
White with #DEA8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA8EA; }
p { color: rgb(222,168,234); }
H1.HeaderClassName
{
color: #DEA8EA;
}
.AnyTagClassName
{
color: #DEA8EA;
}
</style>
background-color css
<style>
a { background-color: #DEA8EA; }
a { background-color: rgb(222,168,234); }
div.DivClassName
{
background-color: #DEA8EA;
}
.BgClassName
{
background-color: #DEA8EA;
}
</style>
border-color css
<style>
span { border-color: #DEA8EA; }
span { border-color: rgb(222,168,234); }
td.TdClassName
{
border-color: #DEA8EA;
}
.TagClassName
{
border-color: #DEA8EA;
}
</style>