Shades of Plum #DF9CDC
Tints of Plum #DF9CDC
RGB
CMYK
RGB Variations
Color information
#DF9CDC (or 0xDF9CDC) is known color: Plum. HEX triplet: DF, 9C and DC. RGB value is (223,156,220). Sum of RGB (Red+Green+Blue) = 223+156+220=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CDC is #206323. Grayscale: #B7B7B7. Windows color (decimal): -2122532 or 14458079. OLE color: 14458079.
HSL color Cylindrical-coordinate representation of color #DF9CDC: hue angle of 302.69º 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 #DF9CDC is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 220 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.13 |
| HSL | 302.69º | 0.51% | 0.74% | - |
| HSV(B) | 302.69º | 0.3% | 0.87% | - |
| XYZ | 55.24 | 44.63 | 73.41 | - |
| YUV | 183.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 220 | 0 | 0.30 | 0.01 | 0.13 | 302.69 | 0.51 | 0.74 |
| Hex | DF | 9C | DC | 0 | 1E | 1 | D | 12F | 33 | 4A |
| Octal | 337 | 234 | 334 | 0 | 36 | 1 | 15 | 457 | 63 | 112 |
| Binary | 11011111 | 10011100 | 11011100 | 0 | 11110 | 1 | 1101 | 100101111 | 110011 | 1001010 |
Color Harmonies of #DF9CDC
Complementary color
Monochromatic Colors of #DF9CDC
Black with #DF9CDC
Text Example
Text Example
White with #DF9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CDC; }
p { color: rgb(223,156,220); }
H1.HeaderClassName
{
color: #DF9CDC;
}
.AnyTagClassName
{
color: #DF9CDC;
}
</style>
background-color css
<style>
a { background-color: #DF9CDC; }
a { background-color: rgb(223,156,220); }
div.DivClassName
{
background-color: #DF9CDC;
}
.BgClassName
{
background-color: #DF9CDC;
}
</style>
border-color css
<style>
span { border-color: #DF9CDC; }
span { border-color: rgb(223,156,220); }
td.TdClassName
{
border-color: #DF9CDC;
}
.TagClassName
{
border-color: #DF9CDC;
}
</style>