Shades of Plum #DE98DB
Tints of Plum #DE98DB
RGB
CMYK
RGB Variations
Color information
#DE98DB (or 0xDE98DB) is known color: Plum. HEX triplet: DE, 98 and DB. RGB value is (222,152,219). Sum of RGB (Red+Green+Blue) = 222+152+219=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DE98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE98DB is #216724. Grayscale: #B4B4B4. Windows color (decimal): -2189093 or 14391518. OLE color: 14391518.
HSL color Cylindrical-coordinate representation of color #DE98DB: hue angle of 302.57º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE98DB is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 219 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.13 |
| HSL | 302.57º | 0.51% | 0.73% | - |
| HSV(B) | 302.57º | 0.32% | 0.87% | - |
| XYZ | 54.14 | 43.1 | 72.48 | - |
| YUV | 180.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 219 | 0 | 0.32 | 0.01 | 0.13 | 302.57 | 0.51 | 0.73 |
| Hex | DE | 98 | DB | 0 | 20 | 1 | D | 12F | 33 | 49 |
| Octal | 336 | 230 | 333 | 0 | 40 | 1 | 15 | 457 | 63 | 111 |
| Binary | 11011110 | 10011000 | 11011011 | 0 | 100000 | 1 | 1101 | 100101111 | 110011 | 1001001 |
Color Harmonies of #DE98DB
Complementary color
Monochromatic Colors of #DE98DB
Black with #DE98DB
Text Example
Text Example
White with #DE98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE98DB; }
p { color: rgb(222,152,219); }
H1.HeaderClassName
{
color: #DE98DB;
}
.AnyTagClassName
{
color: #DE98DB;
}
</style>
background-color css
<style>
a { background-color: #DE98DB; }
a { background-color: rgb(222,152,219); }
div.DivClassName
{
background-color: #DE98DB;
}
.BgClassName
{
background-color: #DE98DB;
}
</style>
border-color css
<style>
span { border-color: #DE98DB; }
span { border-color: rgb(222,152,219); }
td.TdClassName
{
border-color: #DE98DB;
}
.TagClassName
{
border-color: #DE98DB;
}
</style>