Shades of Plum #DF9FDC
Tints of Plum #DF9FDC
RGB
CMYK
RGB Variations
Color information
#DF9FDC (or 0xDF9FDC) is known color: Plum. HEX triplet: DF, 9F and DC. RGB value is (223,159,220). Sum of RGB (Red+Green+Blue) = 223+159+220=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 159 (62.5% from 255 or 26.41% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FDC is #206023. Grayscale: #B8B8B8. Windows color (decimal): -2121764 or 14458847. OLE color: 14458847.
HSL color Cylindrical-coordinate representation of color #DF9FDC: hue angle of 302.81º 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 #DF9FDC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 220 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.13 |
| HSL | 302.81º | 0.5% | 0.75% | - |
| HSV(B) | 302.81º | 0.29% | 0.87% | - |
| XYZ | 55.75 | 45.65 | 73.58 | - |
| YUV | 185.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 220 | 0 | 0.29 | 0.01 | 0.13 | 302.81 | 0.5 | 0.75 |
| Hex | DF | 9F | DC | 0 | 1D | 1 | D | 12F | 32 | 4B |
| Octal | 337 | 237 | 334 | 0 | 35 | 1 | 15 | 457 | 62 | 113 |
| Binary | 11011111 | 10011111 | 11011100 | 0 | 11101 | 1 | 1101 | 100101111 | 110010 | 1001011 |
Color Harmonies of #DF9FDC
Complementary color
Monochromatic Colors of #DF9FDC
Black with #DF9FDC
Text Example
Text Example
White with #DF9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FDC; }
p { color: rgb(223,159,220); }
H1.HeaderClassName
{
color: #DF9FDC;
}
.AnyTagClassName
{
color: #DF9FDC;
}
</style>
background-color css
<style>
a { background-color: #DF9FDC; }
a { background-color: rgb(223,159,220); }
div.DivClassName
{
background-color: #DF9FDC;
}
.BgClassName
{
background-color: #DF9FDC;
}
</style>
border-color css
<style>
span { border-color: #DF9FDC; }
span { border-color: rgb(223,159,220); }
td.TdClassName
{
border-color: #DF9FDC;
}
.TagClassName
{
border-color: #DF9FDC;
}
</style>