Shades of Plum #DE96DE
Tints of Plum #DE96DE
RGB
CMYK
RGB Variations
Color information
#DE96DE (or 0xDE96DE) is known color: Plum. HEX triplet: DE, 96 and DE. RGB value is (222,150,222). Sum of RGB (Red+Green+Blue) = 222+150+222=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96DE is #216921. Grayscale: #B3B3B3. Windows color (decimal): -2189602 or 14587614. OLE color: 14587614.
HSL color Cylindrical-coordinate representation of color #DE96DE: hue angle of 300º degrees, saturation: 0.52, 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 #DE96DE is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 150 | 222 | - |
| CMYK | 0 | 0.32 | 0 | 0.13 |
| HSL | 300º | 0.52% | 0.73% | - |
| HSV(B) | 300º | 0.32% | 0.87% | - |
| XYZ | 54.22 | 42.62 | 74.48 | - |
| YUV | 179.74 | 151.85 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 222 | 0 | 0.32 | 0 | 0.13 | 300 | 0.52 | 0.73 |
| Hex | DE | 96 | DE | 0 | 20 | 0 | D | 12C | 34 | 49 |
| Octal | 336 | 226 | 336 | 0 | 40 | 0 | 15 | 454 | 64 | 111 |
| Binary | 11011110 | 10010110 | 11011110 | 0 | 100000 | 0 | 1101 | 100101100 | 110100 | 1001001 |
Color Harmonies of #DE96DE
Complementary color
Monochromatic Colors of #DE96DE
Black with #DE96DE
Text Example
Text Example
White with #DE96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96DE; }
p { color: rgb(222,150,222); }
H1.HeaderClassName
{
color: #DE96DE;
}
.AnyTagClassName
{
color: #DE96DE;
}
</style>
background-color css
<style>
a { background-color: #DE96DE; }
a { background-color: rgb(222,150,222); }
div.DivClassName
{
background-color: #DE96DE;
}
.BgClassName
{
background-color: #DE96DE;
}
</style>
border-color css
<style>
span { border-color: #DE96DE; }
span { border-color: rgb(222,150,222); }
td.TdClassName
{
border-color: #DE96DE;
}
.TagClassName
{
border-color: #DE96DE;
}
</style>