Shades of Plum #DE96E0
Tints of Plum #DE96E0
RGB
CMYK
RGB Variations
Color information
#DE96E0 (or 0xDE96E0) is known color: Plum. HEX triplet: DE, 96 and E0. RGB value is (222,150,224). Sum of RGB (Red+Green+Blue) = 222+150+224=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE96E0 is #21691F. Grayscale: #B3B3B3. Windows color (decimal): -2189600 or 14718686. OLE color: 14718686.
HSL color Cylindrical-coordinate representation of color #DE96E0: hue angle of 298.38º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE96E0 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 150 | 224 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.12 |
| HSL | 298.38º | 0.54% | 0.73% | - |
| HSV(B) | 298.38º | 0.33% | 0.88% | - |
| XYZ | 54.49 | 42.72 | 75.9 | - |
| YUV | 179.96 | 152.85 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 150 | 224 | 0.01 | 0.33 | 0 | 0.12 | 298.38 | 0.54 | 0.73 |
| Hex | DE | 96 | E0 | 1 | 21 | 0 | C | 12A | 36 | 49 |
| Octal | 336 | 226 | 340 | 1 | 41 | 0 | 14 | 452 | 66 | 111 |
| Binary | 11011110 | 10010110 | 11100000 | 1 | 100001 | 0 | 1100 | 100101010 | 110110 | 1001001 |
Color Harmonies of #DE96E0
Complementary color
Monochromatic Colors of #DE96E0
Black with #DE96E0
Text Example
Text Example
White with #DE96E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE96E0; }
p { color: rgb(222,150,224); }
H1.HeaderClassName
{
color: #DE96E0;
}
.AnyTagClassName
{
color: #DE96E0;
}
</style>
background-color css
<style>
a { background-color: #DE96E0; }
a { background-color: rgb(222,150,224); }
div.DivClassName
{
background-color: #DE96E0;
}
.BgClassName
{
background-color: #DE96E0;
}
</style>
border-color css
<style>
span { border-color: #DE96E0; }
span { border-color: rgb(222,150,224); }
td.TdClassName
{
border-color: #DE96E0;
}
.TagClassName
{
border-color: #DE96E0;
}
</style>