Shades of Plum #DE93DF
Tints of Plum #DE93DF
RGB
CMYK
RGB Variations
Color information
#DE93DF (or 0xDE93DF) is known color: Plum. HEX triplet: DE, 93 and DF. RGB value is (222,147,223). Sum of RGB (Red+Green+Blue) = 222+147+223=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93DF is #216C20. Grayscale: #B1B1B1. Windows color (decimal): -2190369 or 14652382. OLE color: 14652382.
HSL color Cylindrical-coordinate representation of color #DE93DF: hue angle of 299.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE93DF is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 223 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.13 |
| HSL | 299.21º | 0.54% | 0.73% | - |
| HSV(B) | 299.21º | 0.34% | 0.87% | - |
| XYZ | 53.88 | 41.72 | 75.03 | - |
| YUV | 178.09 | 153.35 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 223 | 0.00 | 0.34 | 0 | 0.13 | 299.21 | 0.54 | 0.73 |
| Hex | DE | 93 | DF | 0 | 22 | 0 | D | 12B | 36 | 49 |
| Octal | 336 | 223 | 337 | 0 | 42 | 0 | 15 | 453 | 66 | 111 |
| Binary | 11011110 | 10010011 | 11011111 | 0 | 100010 | 0 | 1101 | 100101011 | 110110 | 1001001 |
Color Harmonies of #DE93DF
Complementary color
Monochromatic Colors of #DE93DF
Black with #DE93DF
Text Example
Text Example
White with #DE93DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE93DF; }
p { color: rgb(222,147,223); }
H1.HeaderClassName
{
color: #DE93DF;
}
.AnyTagClassName
{
color: #DE93DF;
}
</style>
background-color css
<style>
a { background-color: #DE93DF; }
a { background-color: rgb(222,147,223); }
div.DivClassName
{
background-color: #DE93DF;
}
.BgClassName
{
background-color: #DE93DF;
}
</style>
border-color css
<style>
span { border-color: #DE93DF; }
span { border-color: rgb(222,147,223); }
td.TdClassName
{
border-color: #DE93DF;
}
.TagClassName
{
border-color: #DE93DF;
}
</style>