Shades of Plum #DF93CD
Tints of Plum #DF93CD
RGB
CMYK
RGB Variations
Color information
#DF93CD (or 0xDF93CD) is known color: Plum. HEX triplet: DF, 93 and CD. RGB value is (223,147,205). Sum of RGB (Red+Green+Blue) = 223+147+205=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93CD is #206C32. Grayscale: #B0B0B0. Windows color (decimal): -2124851 or 13472735. OLE color: 13472735.
HSL color Cylindrical-coordinate representation of color #DF93CD: hue angle of 314.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 #DF93CD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 205 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.13 |
| HSL | 314.21º | 0.54% | 0.73% | - |
| HSV(B) | 314.21º | 0.34% | 0.87% | - |
| XYZ | 51.88 | 40.96 | 62.93 | - |
| YUV | 176.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 205 | 0 | 0.34 | 0.08 | 0.13 | 314.21 | 0.54 | 0.73 |
| Hex | DF | 93 | CD | 0 | 22 | 8 | D | 13A | 36 | 49 |
| Octal | 337 | 223 | 315 | 0 | 42 | 10 | 15 | 472 | 66 | 111 |
| Binary | 11011111 | 10010011 | 11001101 | 0 | 100010 | 1000 | 1101 | 100111010 | 110110 | 1001001 |
Color Harmonies of #DF93CD
Complementary color
Monochromatic Colors of #DF93CD
Black with #DF93CD
Text Example
Text Example
White with #DF93CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93CD; }
p { color: rgb(223,147,205); }
H1.HeaderClassName
{
color: #DF93CD;
}
.AnyTagClassName
{
color: #DF93CD;
}
</style>
background-color css
<style>
a { background-color: #DF93CD; }
a { background-color: rgb(223,147,205); }
div.DivClassName
{
background-color: #DF93CD;
}
.BgClassName
{
background-color: #DF93CD;
}
</style>
border-color css
<style>
span { border-color: #DF93CD; }
span { border-color: rgb(223,147,205); }
td.TdClassName
{
border-color: #DF93CD;
}
.TagClassName
{
border-color: #DF93CD;
}
</style>