Shades of Plum #DF93DE
Tints of Plum #DF93DE
RGB
CMYK
RGB Variations
Color information
#DF93DE (or 0xDF93DE) is known color: Plum. HEX triplet: DF, 93 and DE. RGB value is (223,147,222). Sum of RGB (Red+Green+Blue) = 223+147+222=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DE is #206C21. Grayscale: #B2B2B2. Windows color (decimal): -2124834 or 14586847. OLE color: 14586847.
HSL color Cylindrical-coordinate representation of color #DF93DE: hue angle of 300.79º 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 #DF93DE is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 222 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.13 |
| HSL | 300.79º | 0.54% | 0.73% | - |
| HSV(B) | 300.79º | 0.34% | 0.87% | - |
| XYZ | 54.05 | 41.83 | 74.33 | - |
| YUV | 178.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 222 | 0 | 0.34 | 0.00 | 0.13 | 300.79 | 0.54 | 0.73 |
| Hex | DF | 93 | DE | 0 | 22 | 0 | D | 12D | 36 | 49 |
| Octal | 337 | 223 | 336 | 0 | 42 | 0 | 15 | 455 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11011110 | 0 | 100010 | 0 | 1101 | 100101101 | 110110 | 1001001 |
Color Harmonies of #DF93DE
Complementary color
Monochromatic Colors of #DF93DE
Black with #DF93DE
Text Example
Text Example
White with #DF93DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93DE; }
p { color: rgb(223,147,222); }
H1.HeaderClassName
{
color: #DF93DE;
}
.AnyTagClassName
{
color: #DF93DE;
}
</style>
background-color css
<style>
a { background-color: #DF93DE; }
a { background-color: rgb(223,147,222); }
div.DivClassName
{
background-color: #DF93DE;
}
.BgClassName
{
background-color: #DF93DE;
}
</style>
border-color css
<style>
span { border-color: #DF93DE; }
span { border-color: rgb(223,147,222); }
td.TdClassName
{
border-color: #DF93DE;
}
.TagClassName
{
border-color: #DF93DE;
}
</style>