Shades of Plum #DE94E5
Tints of Plum #DE94E5
RGB
CMYK
RGB Variations
Color information
#DE94E5 (or 0xDE94E5) is known color: Plum. HEX triplet: DE, 94 and E5. RGB value is (222,148,229). Sum of RGB (Red+Green+Blue) = 222+148+229=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 148 (58.20% from 255 or 24.71% from 599); Blue value is 229 (89.84% from 255 or 38.23% from 599); Max value from RGB is 229 - color contains mainly: blue. Hex color #DE94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE94E5 is #216B1A. Grayscale: #B3B3B3. Windows color (decimal): -2190107 or 15045854. OLE color: 15045854.
HSL color Cylindrical-coordinate representation of color #DE94E5: hue angle of 294.81º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DE94E5 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 148 | 229 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.10 |
| HSL | 294.81º | 0.61% | 0.74% | - |
| HSV(B) | 294.81º | 0.35% | 0.9% | - |
| XYZ | 54.86 | 42.37 | 79.42 | - |
| YUV | 179.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 229 | 0.03 | 0.35 | 0 | 0.10 | 294.81 | 0.61 | 0.74 |
| Hex | DE | 94 | E5 | 3 | 23 | 0 | A | 127 | 3D | 4A |
| Octal | 336 | 224 | 345 | 3 | 43 | 0 | 12 | 447 | 75 | 112 |
| Binary | 11011110 | 10010100 | 11100101 | 11 | 100011 | 0 | 1010 | 100100111 | 111101 | 1001010 |
Color Harmonies of #DE94E5
Complementary color
Monochromatic Colors of #DE94E5
Black with #DE94E5
Text Example
Text Example
White with #DE94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94E5; }
p { color: rgb(222,148,229); }
H1.HeaderClassName
{
color: #DE94E5;
}
.AnyTagClassName
{
color: #DE94E5;
}
</style>
background-color css
<style>
a { background-color: #DE94E5; }
a { background-color: rgb(222,148,229); }
div.DivClassName
{
background-color: #DE94E5;
}
.BgClassName
{
background-color: #DE94E5;
}
</style>
border-color css
<style>
span { border-color: #DE94E5; }
span { border-color: rgb(222,148,229); }
td.TdClassName
{
border-color: #DE94E5;
}
.TagClassName
{
border-color: #DE94E5;
}
</style>