Shades of Plum #DF9DCF
Tints of Plum #DF9DCF
RGB
CMYK
RGB Variations
Color information
#DF9DCF (or 0xDF9DCF) is known color: Plum. HEX triplet: DF, 9D and CF. RGB value is (223,157,207). Sum of RGB (Red+Green+Blue) = 223+157+207=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DCF is #206230. Grayscale: #B6B6B6. Windows color (decimal): -2122289 or 13606367. OLE color: 13606367.
HSL color Cylindrical-coordinate representation of color #DF9DCF: hue angle of 314.55º 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 #DF9DCF is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 207 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.13 |
| HSL | 314.55º | 0.51% | 0.75% | - |
| HSV(B) | 314.55º | 0.3% | 0.87% | - |
| XYZ | 53.75 | 44.31 | 64.75 | - |
| YUV | 182.43 | 141.87 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 207 | 0 | 0.30 | 0.07 | 0.13 | 314.55 | 0.51 | 0.75 |
| Hex | DF | 9D | CF | 0 | 1E | 7 | D | 13B | 33 | 4B |
| Octal | 337 | 235 | 317 | 0 | 36 | 7 | 15 | 473 | 63 | 113 |
| Binary | 11011111 | 10011101 | 11001111 | 0 | 11110 | 111 | 1101 | 100111011 | 110011 | 1001011 |
Color Harmonies of #DF9DCF
Complementary color
Monochromatic Colors of #DF9DCF
Black with #DF9DCF
Text Example
Text Example
White with #DF9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DCF; }
p { color: rgb(223,157,207); }
H1.HeaderClassName
{
color: #DF9DCF;
}
.AnyTagClassName
{
color: #DF9DCF;
}
</style>
background-color css
<style>
a { background-color: #DF9DCF; }
a { background-color: rgb(223,157,207); }
div.DivClassName
{
background-color: #DF9DCF;
}
.BgClassName
{
background-color: #DF9DCF;
}
</style>
border-color css
<style>
span { border-color: #DF9DCF; }
span { border-color: rgb(223,157,207); }
td.TdClassName
{
border-color: #DF9DCF;
}
.TagClassName
{
border-color: #DF9DCF;
}
</style>