Shades of Plum #DE99DB
Tints of Plum #DE99DB
RGB
CMYK
RGB Variations
Color information
#DE99DB (or 0xDE99DB) is known color: Plum. HEX triplet: DE, 99 and DB. RGB value is (222,153,219). Sum of RGB (Red+Green+Blue) = 222+153+219=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99DB is #216624. Grayscale: #B4B4B4. Windows color (decimal): -2188837 or 14391774. OLE color: 14391774.
HSL color Cylindrical-coordinate representation of color #DE99DB: hue angle of 302.61º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99DB is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 219 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.13 |
| HSL | 302.61º | 0.51% | 0.74% | - |
| HSV(B) | 302.61º | 0.31% | 0.87% | - |
| XYZ | 54.3 | 43.43 | 72.54 | - |
| YUV | 181.16 | 149.36 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 219 | 0 | 0.31 | 0.01 | 0.13 | 302.61 | 0.51 | 0.74 |
| Hex | DE | 99 | DB | 0 | 1F | 1 | D | 12F | 33 | 4A |
| Octal | 336 | 231 | 333 | 0 | 37 | 1 | 15 | 457 | 63 | 112 |
| Binary | 11011110 | 10011001 | 11011011 | 0 | 11111 | 1 | 1101 | 100101111 | 110011 | 1001010 |
Color Harmonies of #DE99DB
Complementary color
Monochromatic Colors of #DE99DB
Black with #DE99DB
Text Example
Text Example
White with #DE99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99DB; }
p { color: rgb(222,153,219); }
H1.HeaderClassName
{
color: #DE99DB;
}
.AnyTagClassName
{
color: #DE99DB;
}
</style>
background-color css
<style>
a { background-color: #DE99DB; }
a { background-color: rgb(222,153,219); }
div.DivClassName
{
background-color: #DE99DB;
}
.BgClassName
{
background-color: #DE99DB;
}
</style>
border-color css
<style>
span { border-color: #DE99DB; }
span { border-color: rgb(222,153,219); }
td.TdClassName
{
border-color: #DE99DB;
}
.TagClassName
{
border-color: #DE99DB;
}
</style>