Shades of Plum #DF9FCE
Tints of Plum #DF9FCE
RGB
CMYK
RGB Variations
Color information
#DF9FCE (or 0xDF9FCE) is known color: Plum. HEX triplet: DF, 9F and CE. RGB value is (223,159,206). Sum of RGB (Red+Green+Blue) = 223+159+206=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FCE is #206031. Grayscale: #B7B7B7. Windows color (decimal): -2121778 or 13541343. OLE color: 13541343.
HSL color Cylindrical-coordinate representation of color #DF9FCE: hue angle of 315.94º 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 #DF9FCE is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 206 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.13 |
| HSL | 315.94º | 0.5% | 0.75% | - |
| HSV(B) | 315.94º | 0.29% | 0.87% | - |
| XYZ | 53.97 | 44.94 | 64.22 | - |
| YUV | 183.49 | 140.7 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 206 | 0 | 0.29 | 0.08 | 0.13 | 315.94 | 0.5 | 0.75 |
| Hex | DF | 9F | CE | 0 | 1D | 8 | D | 13C | 32 | 4B |
| Octal | 337 | 237 | 316 | 0 | 35 | 10 | 15 | 474 | 62 | 113 |
| Binary | 11011111 | 10011111 | 11001110 | 0 | 11101 | 1000 | 1101 | 100111100 | 110010 | 1001011 |
Color Harmonies of #DF9FCE
Complementary color
Monochromatic Colors of #DF9FCE
Black with #DF9FCE
Text Example
Text Example
White with #DF9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FCE; }
p { color: rgb(223,159,206); }
H1.HeaderClassName
{
color: #DF9FCE;
}
.AnyTagClassName
{
color: #DF9FCE;
}
</style>
background-color css
<style>
a { background-color: #DF9FCE; }
a { background-color: rgb(223,159,206); }
div.DivClassName
{
background-color: #DF9FCE;
}
.BgClassName
{
background-color: #DF9FCE;
}
</style>
border-color css
<style>
span { border-color: #DF9FCE; }
span { border-color: rgb(223,159,206); }
td.TdClassName
{
border-color: #DF9FCE;
}
.TagClassName
{
border-color: #DF9FCE;
}
</style>