Shades of Plum #DE99DC
Tints of Plum #DE99DC
RGB
CMYK
RGB Variations
Color information
#DE99DC (or 0xDE99DC) is known color: Plum. HEX triplet: DE, 99 and DC. RGB value is (222,153,220). Sum of RGB (Red+Green+Blue) = 222+153+220=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99DC is #216623. Grayscale: #B5B5B5. Windows color (decimal): -2188836 or 14457310. OLE color: 14457310.
HSL color Cylindrical-coordinate representation of color #DE99DC: hue angle of 301.74º 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 #DE99DC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 220 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.13 |
| HSL | 301.74º | 0.51% | 0.74% | - |
| HSV(B) | 301.74º | 0.31% | 0.87% | - |
| XYZ | 54.43 | 43.48 | 73.23 | - |
| YUV | 181.27 | 149.86 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 220 | 0 | 0.31 | 0.01 | 0.13 | 301.74 | 0.51 | 0.74 |
| Hex | DE | 99 | DC | 0 | 1F | 1 | D | 12E | 33 | 4A |
| Octal | 336 | 231 | 334 | 0 | 37 | 1 | 15 | 456 | 63 | 112 |
| Binary | 11011110 | 10011001 | 11011100 | 0 | 11111 | 1 | 1101 | 100101110 | 110011 | 1001010 |
Color Harmonies of #DE99DC
Complementary color
Monochromatic Colors of #DE99DC
Black with #DE99DC
Text Example
Text Example
White with #DE99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99DC; }
p { color: rgb(222,153,220); }
H1.HeaderClassName
{
color: #DE99DC;
}
.AnyTagClassName
{
color: #DE99DC;
}
</style>
background-color css
<style>
a { background-color: #DE99DC; }
a { background-color: rgb(222,153,220); }
div.DivClassName
{
background-color: #DE99DC;
}
.BgClassName
{
background-color: #DE99DC;
}
</style>
border-color css
<style>
span { border-color: #DE99DC; }
span { border-color: rgb(222,153,220); }
td.TdClassName
{
border-color: #DE99DC;
}
.TagClassName
{
border-color: #DE99DC;
}
</style>