Shades of Plum #DE94ED
Tints of Plum #DE94ED
RGB
CMYK
RGB Variations
Color information
#DE94ED (or 0xDE94ED) is known color: Plum. HEX triplet: DE, 94 and ED. RGB value is (222,148,237). Sum of RGB (Red+Green+Blue) = 222+148+237=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 148 (58.20% from 255 or 24.38% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE94ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE94ED is #216B12. Grayscale: #B3B3B3. Windows color (decimal): -2190099 or 15570142. OLE color: 15570142.
HSL color Cylindrical-coordinate representation of color #DE94ED: hue angle of 289.89º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE94ED is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 148 | 237 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 289.89º | 0.71% | 0.75% | - |
| HSV(B) | 289.89º | 0.38% | 0.93% | - |
| XYZ | 56 | 42.82 | 85.44 | - |
| YUV | 180.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 237 | 0.06 | 0.38 | 0 | 0.07 | 289.89 | 0.71 | 0.75 |
| Hex | DE | 94 | ED | 6 | 26 | 0 | 7 | 122 | 47 | 4B |
| Octal | 336 | 224 | 355 | 6 | 46 | 0 | 7 | 442 | 107 | 113 |
| Binary | 11011110 | 10010100 | 11101101 | 110 | 100110 | 0 | 111 | 100100010 | 1000111 | 1001011 |
Color Harmonies of #DE94ED
Complementary color
Monochromatic Colors of #DE94ED
Black with #DE94ED
Text Example
Text Example
White with #DE94ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE94ED; }
p { color: rgb(222,148,237); }
H1.HeaderClassName
{
color: #DE94ED;
}
.AnyTagClassName
{
color: #DE94ED;
}
</style>
background-color css
<style>
a { background-color: #DE94ED; }
a { background-color: rgb(222,148,237); }
div.DivClassName
{
background-color: #DE94ED;
}
.BgClassName
{
background-color: #DE94ED;
}
</style>
border-color css
<style>
span { border-color: #DE94ED; }
span { border-color: rgb(222,148,237); }
td.TdClassName
{
border-color: #DE94ED;
}
.TagClassName
{
border-color: #DE94ED;
}
</style>