Shades of Plum #DF93D8
Tints of Plum #DF93D8
RGB
CMYK
RGB Variations
Color information
#DF93D8 (or 0xDF93D8) is known color: Plum. HEX triplet: DF, 93 and D8. RGB value is (223,147,216). Sum of RGB (Red+Green+Blue) = 223+147+216=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 147 (57.81% from 255 or 25.09% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93D8 is #206C27. Grayscale: #B1B1B1. Windows color (decimal): -2124840 or 14193631. OLE color: 14193631.
HSL color Cylindrical-coordinate representation of color #DF93D8: hue angle of 305.53º 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 #DF93D8 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 216 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.13 |
| HSL | 305.53º | 0.54% | 0.73% | - |
| HSV(B) | 305.53º | 0.34% | 0.87% | - |
| XYZ | 53.26 | 41.51 | 70.17 | - |
| YUV | 177.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 216 | 0 | 0.34 | 0.03 | 0.13 | 305.53 | 0.54 | 0.73 |
| Hex | DF | 93 | D8 | 0 | 22 | 3 | D | 132 | 36 | 49 |
| Octal | 337 | 223 | 330 | 0 | 42 | 3 | 15 | 462 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11011000 | 0 | 100010 | 11 | 1101 | 100110010 | 110110 | 1001001 |
Color Harmonies of #DF93D8
Complementary color
Monochromatic Colors of #DF93D8
Black with #DF93D8
Text Example
Text Example
White with #DF93D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93D8; }
p { color: rgb(223,147,216); }
H1.HeaderClassName
{
color: #DF93D8;
}
.AnyTagClassName
{
color: #DF93D8;
}
</style>
background-color css
<style>
a { background-color: #DF93D8; }
a { background-color: rgb(223,147,216); }
div.DivClassName
{
background-color: #DF93D8;
}
.BgClassName
{
background-color: #DF93D8;
}
</style>
border-color css
<style>
span { border-color: #DF93D8; }
span { border-color: rgb(223,147,216); }
td.TdClassName
{
border-color: #DF93D8;
}
.TagClassName
{
border-color: #DF93D8;
}
</style>