Shades of Plum #DE99D4
Tints of Plum #DE99D4
RGB
CMYK
RGB Variations
Color information
#DE99D4 (or 0xDE99D4) is known color: Plum. HEX triplet: DE, 99 and D4. RGB value is (222,153,212). Sum of RGB (Red+Green+Blue) = 222+153+212=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE99D4 is #21662B. Grayscale: #B4B4B4. Windows color (decimal): -2188844 or 13933022. OLE color: 13933022.
HSL color Cylindrical-coordinate representation of color #DE99D4: hue angle of 308.7º 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 #DE99D4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 212 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.13 |
| HSL | 308.7º | 0.51% | 0.74% | - |
| HSV(B) | 308.7º | 0.31% | 0.87% | - |
| XYZ | 53.4 | 43.07 | 67.79 | - |
| YUV | 180.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 212 | 0 | 0.31 | 0.05 | 0.13 | 308.7 | 0.51 | 0.74 |
| Hex | DE | 99 | D4 | 0 | 1F | 5 | D | 135 | 33 | 4A |
| Octal | 336 | 231 | 324 | 0 | 37 | 5 | 15 | 465 | 63 | 112 |
| Binary | 11011110 | 10011001 | 11010100 | 0 | 11111 | 101 | 1101 | 100110101 | 110011 | 1001010 |
Color Harmonies of #DE99D4
Complementary color
Monochromatic Colors of #DE99D4
Black with #DE99D4
Text Example
Text Example
White with #DE99D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99D4; }
p { color: rgb(222,153,212); }
H1.HeaderClassName
{
color: #DE99D4;
}
.AnyTagClassName
{
color: #DE99D4;
}
</style>
background-color css
<style>
a { background-color: #DE99D4; }
a { background-color: rgb(222,153,212); }
div.DivClassName
{
background-color: #DE99D4;
}
.BgClassName
{
background-color: #DE99D4;
}
</style>
border-color css
<style>
span { border-color: #DE99D4; }
span { border-color: rgb(222,153,212); }
td.TdClassName
{
border-color: #DE99D4;
}
.TagClassName
{
border-color: #DE99D4;
}
</style>