Shades of Plum #DF93D1
Tints of Plum #DF93D1
RGB
CMYK
RGB Variations
Color information
#DF93D1 (or 0xDF93D1) is known color: Plum. HEX triplet: DF, 93 and D1. RGB value is (223,147,209). Sum of RGB (Red+Green+Blue) = 223+147+209=579 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.51% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93D1 is #206C2E. Grayscale: #B0B0B0. Windows color (decimal): -2124847 or 13734879. OLE color: 13734879.
HSL color Cylindrical-coordinate representation of color #DF93D1: hue angle of 311.05º 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 #DF93D1 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 209 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.13 |
| HSL | 311.05º | 0.54% | 0.73% | - |
| HSV(B) | 311.05º | 0.34% | 0.87% | - |
| XYZ | 52.37 | 41.16 | 65.51 | - |
| YUV | 176.79 | 146.18 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 209 | 0 | 0.34 | 0.06 | 0.13 | 311.05 | 0.54 | 0.73 |
| Hex | DF | 93 | D1 | 0 | 22 | 6 | D | 137 | 36 | 49 |
| Octal | 337 | 223 | 321 | 0 | 42 | 6 | 15 | 467 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11010001 | 0 | 100010 | 110 | 1101 | 100110111 | 110110 | 1001001 |
Color Harmonies of #DF93D1
Complementary color
Monochromatic Colors of #DF93D1
Black with #DF93D1
Text Example
Text Example
White with #DF93D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93D1; }
p { color: rgb(223,147,209); }
H1.HeaderClassName
{
color: #DF93D1;
}
.AnyTagClassName
{
color: #DF93D1;
}
</style>
background-color css
<style>
a { background-color: #DF93D1; }
a { background-color: rgb(223,147,209); }
div.DivClassName
{
background-color: #DF93D1;
}
.BgClassName
{
background-color: #DF93D1;
}
</style>
border-color css
<style>
span { border-color: #DF93D1; }
span { border-color: rgb(223,147,209); }
td.TdClassName
{
border-color: #DF93D1;
}
.TagClassName
{
border-color: #DF93D1;
}
</style>