Shades of Plum #DF9CDF
Tints of Plum #DF9CDF
RGB
CMYK
RGB Variations
Color information
#DF9CDF (or 0xDF9CDF) is known color: Plum. HEX triplet: DF, 9C and DF. RGB value is (223,156,223). Sum of RGB (Red+Green+Blue) = 223+156+223=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF9CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CDF is #206320. Grayscale: #B7B7B7. Windows color (decimal): -2122529 or 14654687. OLE color: 14654687.
HSL color Cylindrical-coordinate representation of color #DF9CDF: hue angle of 300º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CDF is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 223 | - |
| CMYK | 0 | 0.30 | 0 | 0.13 |
| HSL | 300º | 0.51% | 0.74% | - |
| HSV(B) | 300º | 0.3% | 0.87% | - |
| XYZ | 55.64 | 44.79 | 75.53 | - |
| YUV | 183.67 | 150.2 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 223 | 0 | 0.30 | 0 | 0.13 | 300 | 0.51 | 0.74 |
| Hex | DF | 9C | DF | 0 | 1E | 0 | D | 12C | 33 | 4A |
| Octal | 337 | 234 | 337 | 0 | 36 | 0 | 15 | 454 | 63 | 112 |
| Binary | 11011111 | 10011100 | 11011111 | 0 | 11110 | 0 | 1101 | 100101100 | 110011 | 1001010 |
Color Harmonies of #DF9CDF
Complementary color
Monochromatic Colors of #DF9CDF
Black with #DF9CDF
Text Example
Text Example
White with #DF9CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CDF; }
p { color: rgb(223,156,223); }
H1.HeaderClassName
{
color: #DF9CDF;
}
.AnyTagClassName
{
color: #DF9CDF;
}
</style>
background-color css
<style>
a { background-color: #DF9CDF; }
a { background-color: rgb(223,156,223); }
div.DivClassName
{
background-color: #DF9CDF;
}
.BgClassName
{
background-color: #DF9CDF;
}
</style>
border-color css
<style>
span { border-color: #DF9CDF; }
span { border-color: rgb(223,156,223); }
td.TdClassName
{
border-color: #DF9CDF;
}
.TagClassName
{
border-color: #DF9CDF;
}
</style>