Shades of Plum #DE95E9
Tints of Plum #DE95E9
RGB
CMYK
RGB Variations
Color information
#DE95E9 (or 0xDE95E9) is known color: Plum. HEX triplet: DE, 95 and E9. RGB value is (222,149,233). Sum of RGB (Red+Green+Blue) = 222+149+233=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #DE95E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE95E9 is #216A16. Grayscale: #B4B4B4. Windows color (decimal): -2189847 or 15308254. OLE color: 15308254.
HSL color Cylindrical-coordinate representation of color #DE95E9: hue angle of 292.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE95E9 is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 149 | 233 | - |
| CMYK | 0.05 | 0.36 | 0 | 0.09 |
| HSL | 292.14º | 0.66% | 0.75% | - |
| HSV(B) | 292.14º | 0.36% | 0.91% | - |
| XYZ | 55.58 | 42.91 | 82.44 | - |
| YUV | 180.4 | 157.68 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 233 | 0.05 | 0.36 | 0 | 0.09 | 292.14 | 0.66 | 0.75 |
| Hex | DE | 95 | E9 | 5 | 24 | 0 | 9 | 124 | 42 | 4B |
| Octal | 336 | 225 | 351 | 5 | 44 | 0 | 11 | 444 | 102 | 113 |
| Binary | 11011110 | 10010101 | 11101001 | 101 | 100100 | 0 | 1001 | 100100100 | 1000010 | 1001011 |
Color Harmonies of #DE95E9
Complementary color
Monochromatic Colors of #DE95E9
Black with #DE95E9
Text Example
Text Example
White with #DE95E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE95E9; }
p { color: rgb(222,149,233); }
H1.HeaderClassName
{
color: #DE95E9;
}
.AnyTagClassName
{
color: #DE95E9;
}
</style>
background-color css
<style>
a { background-color: #DE95E9; }
a { background-color: rgb(222,149,233); }
div.DivClassName
{
background-color: #DE95E9;
}
.BgClassName
{
background-color: #DE95E9;
}
</style>
border-color css
<style>
span { border-color: #DE95E9; }
span { border-color: rgb(222,149,233); }
td.TdClassName
{
border-color: #DE95E9;
}
.TagClassName
{
border-color: #DE95E9;
}
</style>