Shades of Plum #DF9DCD
Tints of Plum #DF9DCD
RGB
CMYK
RGB Variations
Color information
#DF9DCD (or 0xDF9DCD) is known color: Plum. HEX triplet: DF, 9D and CD. RGB value is (223,157,205). Sum of RGB (Red+Green+Blue) = 223+157+205=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCD is #206232. Grayscale: #B6B6B6. Windows color (decimal): -2122291 or 13475295. OLE color: 13475295.
HSL color Cylindrical-coordinate representation of color #DF9DCD: hue angle of 316.36º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DCD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 205 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.13 |
| HSL | 316.36º | 0.51% | 0.75% | - |
| HSV(B) | 316.36º | 0.3% | 0.87% | - |
| XYZ | 53.51 | 44.21 | 63.47 | - |
| YUV | 182.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 205 | 0 | 0.30 | 0.08 | 0.13 | 316.36 | 0.51 | 0.75 |
| Hex | DF | 9D | CD | 0 | 1E | 8 | D | 13C | 33 | 4B |
| Octal | 337 | 235 | 315 | 0 | 36 | 10 | 15 | 474 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11001101 | 0 | 11110 | 1000 | 1101 | 100111100 | 110011 | 1001011 |
Color Harmonies of #DF9DCD
Complementary color
Monochromatic Colors of #DF9DCD
Black with #DF9DCD
Text Example
Text Example
White with #DF9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DCD; }
p { color: rgb(223,157,205); }
H1.HeaderClassName
{
color: #DF9DCD;
}
.AnyTagClassName
{
color: #DF9DCD;
}
</style>
background-color css
<style>
a { background-color: #DF9DCD; }
a { background-color: rgb(223,157,205); }
div.DivClassName
{
background-color: #DF9DCD;
}
.BgClassName
{
background-color: #DF9DCD;
}
</style>
border-color css
<style>
span { border-color: #DF9DCD; }
span { border-color: rgb(223,157,205); }
td.TdClassName
{
border-color: #DF9DCD;
}
.TagClassName
{
border-color: #DF9DCD;
}
</style>