Shades of Plum #DE99D1
Tints of Plum #DE99D1
RGB
CMYK
RGB Variations
Color information
#DE99D1 (or 0xDE99D1) is known color: Plum. HEX triplet: DE, 99 and D1. RGB value is (222,153,209). Sum of RGB (Red+Green+Blue) = 222+153+209=584 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.01% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99D1 is #21662E. Grayscale: #B3B3B3. Windows color (decimal): -2188847 or 13736414. OLE color: 13736414.
HSL color Cylindrical-coordinate representation of color #DE99D1: hue angle of 311.3º 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 #DE99D1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 209 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 311.3º | 0.51% | 0.74% | - |
| HSV(B) | 311.3º | 0.31% | 0.87% | - |
| XYZ | 53.02 | 42.92 | 65.81 | - |
| YUV | 180.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 209 | 0 | 0.31 | 0.06 | 0.13 | 311.3 | 0.51 | 0.74 |
| Hex | DE | 99 | D1 | 0 | 1F | 6 | D | 137 | 33 | 4A |
| Octal | 336 | 231 | 321 | 0 | 37 | 6 | 15 | 467 | 63 | 112 |
| Binary | 11011110 | 10011001 | 11010001 | 0 | 11111 | 110 | 1101 | 100110111 | 110011 | 1001010 |
Color Harmonies of #DE99D1
Complementary color
Monochromatic Colors of #DE99D1
Black with #DE99D1
Text Example
Text Example
White with #DE99D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99D1; }
p { color: rgb(222,153,209); }
H1.HeaderClassName
{
color: #DE99D1;
}
.AnyTagClassName
{
color: #DE99D1;
}
</style>
background-color css
<style>
a { background-color: #DE99D1; }
a { background-color: rgb(222,153,209); }
div.DivClassName
{
background-color: #DE99D1;
}
.BgClassName
{
background-color: #DE99D1;
}
</style>
border-color css
<style>
span { border-color: #DE99D1; }
span { border-color: rgb(222,153,209); }
td.TdClassName
{
border-color: #DE99D1;
}
.TagClassName
{
border-color: #DE99D1;
}
</style>