Shades of Plum #DE98EC
Tints of Plum #DE98EC
RGB
CMYK
RGB Variations
Color information
#DE98EC (or 0xDE98EC) is known color: Plum. HEX triplet: DE, 98 and EC. RGB value is (222,152,236). Sum of RGB (Red+Green+Blue) = 222+152+236=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98EC is #216713. Grayscale: #B6B6B6. Windows color (decimal): -2189076 or 15505630. OLE color: 15505630.
HSL color Cylindrical-coordinate representation of color #DE98EC: hue angle of 290º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE98EC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 152 | 236 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.07 |
| HSL | 290º | 0.69% | 0.76% | - |
| HSV(B) | 290º | 0.36% | 0.93% | - |
| XYZ | 56.49 | 44.04 | 84.88 | - |
| YUV | 182.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 236 | 0.06 | 0.36 | 0 | 0.07 | 290 | 0.69 | 0.76 |
| Hex | DE | 98 | EC | 6 | 24 | 0 | 7 | 122 | 45 | 4C |
| Octal | 336 | 230 | 354 | 6 | 44 | 0 | 7 | 442 | 105 | 114 |
| Binary | 11011110 | 10011000 | 11101100 | 110 | 100100 | 0 | 111 | 100100010 | 1000101 | 1001100 |
Color Harmonies of #DE98EC
Complementary color
Monochromatic Colors of #DE98EC
Black with #DE98EC
Text Example
Text Example
White with #DE98EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98EC; }
p { color: rgb(222,152,236); }
H1.HeaderClassName
{
color: #DE98EC;
}
.AnyTagClassName
{
color: #DE98EC;
}
</style>
background-color css
<style>
a { background-color: #DE98EC; }
a { background-color: rgb(222,152,236); }
div.DivClassName
{
background-color: #DE98EC;
}
.BgClassName
{
background-color: #DE98EC;
}
</style>
border-color css
<style>
span { border-color: #DE98EC; }
span { border-color: rgb(222,152,236); }
td.TdClassName
{
border-color: #DE98EC;
}
.TagClassName
{
border-color: #DE98EC;
}
</style>