Shades of Plum #DF93D3
Tints of Plum #DF93D3
RGB
CMYK
RGB Variations
Color information
#DF93D3 (or 0xDF93D3) is known color: Plum. HEX triplet: DF, 93 and D3. RGB value is (223,147,211). Sum of RGB (Red+Green+Blue) = 223+147+211=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93D3 is #206C2C. Grayscale: #B0B0B0. Windows color (decimal): -2124845 or 13865951. OLE color: 13865951.
HSL color Cylindrical-coordinate representation of color #DF93D3: hue angle of 309.47º 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 #DF93D3 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 211 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.13 |
| HSL | 309.47º | 0.54% | 0.73% | - |
| HSV(B) | 309.47º | 0.34% | 0.87% | - |
| XYZ | 52.62 | 41.26 | 66.82 | - |
| YUV | 177.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 211 | 0 | 0.34 | 0.05 | 0.13 | 309.47 | 0.54 | 0.73 |
| Hex | DF | 93 | D3 | 0 | 22 | 5 | D | 135 | 36 | 49 |
| Octal | 337 | 223 | 323 | 0 | 42 | 5 | 15 | 465 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11010011 | 0 | 100010 | 101 | 1101 | 100110101 | 110110 | 1001001 |
Color Harmonies of #DF93D3
Complementary color
Monochromatic Colors of #DF93D3
Black with #DF93D3
Text Example
Text Example
White with #DF93D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93D3; }
p { color: rgb(223,147,211); }
H1.HeaderClassName
{
color: #DF93D3;
}
.AnyTagClassName
{
color: #DF93D3;
}
</style>
background-color css
<style>
a { background-color: #DF93D3; }
a { background-color: rgb(223,147,211); }
div.DivClassName
{
background-color: #DF93D3;
}
.BgClassName
{
background-color: #DF93D3;
}
</style>
border-color css
<style>
span { border-color: #DF93D3; }
span { border-color: rgb(223,147,211); }
td.TdClassName
{
border-color: #DF93D3;
}
.TagClassName
{
border-color: #DF93D3;
}
</style>