Shades of Plum #DE95E2
Tints of Plum #DE95E2
RGB
CMYK
RGB Variations
Color information
#DE95E2 (or 0xDE95E2) is known color: Plum. HEX triplet: DE, 95 and E2. RGB value is (222,149,226). Sum of RGB (Red+Green+Blue) = 222+149+226=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #DE95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE95E2 is #216A1D. Grayscale: #B3B3B3. Windows color (decimal): -2189854 or 14849502. OLE color: 14849502.
HSL color Cylindrical-coordinate representation of color #DE95E2: hue angle of 296.88º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE95E2 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 149 | 226 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.11 |
| HSL | 296.88º | 0.57% | 0.74% | - |
| HSV(B) | 296.88º | 0.34% | 0.89% | - |
| XYZ | 54.6 | 42.52 | 77.28 | - |
| YUV | 179.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 226 | 0.02 | 0.34 | 0 | 0.11 | 296.88 | 0.57 | 0.74 |
| Hex | DE | 95 | E2 | 2 | 22 | 0 | B | 129 | 39 | 4A |
| Octal | 336 | 225 | 342 | 2 | 42 | 0 | 13 | 451 | 71 | 112 |
| Binary | 11011110 | 10010101 | 11100010 | 10 | 100010 | 0 | 1011 | 100101001 | 111001 | 1001010 |
Color Harmonies of #DE95E2
Complementary color
Monochromatic Colors of #DE95E2
Black with #DE95E2
Text Example
Text Example
White with #DE95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95E2; }
p { color: rgb(222,149,226); }
H1.HeaderClassName
{
color: #DE95E2;
}
.AnyTagClassName
{
color: #DE95E2;
}
</style>
background-color css
<style>
a { background-color: #DE95E2; }
a { background-color: rgb(222,149,226); }
div.DivClassName
{
background-color: #DE95E2;
}
.BgClassName
{
background-color: #DE95E2;
}
</style>
border-color css
<style>
span { border-color: #DE95E2; }
span { border-color: rgb(222,149,226); }
td.TdClassName
{
border-color: #DE95E2;
}
.TagClassName
{
border-color: #DE95E2;
}
</style>