Shades of Plum #DF9FCF
Tints of Plum #DF9FCF
RGB
CMYK
RGB Variations
Color information
#DF9FCF (or 0xDF9FCF) is known color: Plum. HEX triplet: DF, 9F and CF. RGB value is (223,159,207). Sum of RGB (Red+Green+Blue) = 223+159+207=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FCF is #206030. Grayscale: #B7B7B7. Windows color (decimal): -2121777 or 13606879. OLE color: 13606879.
HSL color Cylindrical-coordinate representation of color #DF9FCF: hue angle of 315º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FCF is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 207 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.13 |
| HSL | 315º | 0.5% | 0.75% | - |
| HSV(B) | 315º | 0.29% | 0.87% | - |
| XYZ | 54.09 | 44.99 | 64.86 | - |
| YUV | 183.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 207 | 0 | 0.29 | 0.07 | 0.13 | 315 | 0.5 | 0.75 |
| Hex | DF | 9F | CF | 0 | 1D | 7 | D | 13B | 32 | 4B |
| Octal | 337 | 237 | 317 | 0 | 35 | 7 | 15 | 473 | 62 | 113 |
| Binary | 11011111 | 10011111 | 11001111 | 0 | 11101 | 111 | 1101 | 100111011 | 110010 | 1001011 |
Color Harmonies of #DF9FCF
Complementary color
Monochromatic Colors of #DF9FCF
Black with #DF9FCF
Text Example
Text Example
White with #DF9FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FCF; }
p { color: rgb(223,159,207); }
H1.HeaderClassName
{
color: #DF9FCF;
}
.AnyTagClassName
{
color: #DF9FCF;
}
</style>
background-color css
<style>
a { background-color: #DF9FCF; }
a { background-color: rgb(223,159,207); }
div.DivClassName
{
background-color: #DF9FCF;
}
.BgClassName
{
background-color: #DF9FCF;
}
</style>
border-color css
<style>
span { border-color: #DF9FCF; }
span { border-color: rgb(223,159,207); }
td.TdClassName
{
border-color: #DF9FCF;
}
.TagClassName
{
border-color: #DF9FCF;
}
</style>