Shades of Plum #DF9CCF
Tints of Plum #DF9CCF
RGB
CMYK
RGB Variations
Color information
#DF9CCF (or 0xDF9CCF) is known color: Plum. HEX triplet: DF, 9C and CF. RGB value is (223,156,207). Sum of RGB (Red+Green+Blue) = 223+156+207=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CCF is #206330. Grayscale: #B5B5B5. Windows color (decimal): -2122545 or 13606111. OLE color: 13606111.
HSL color Cylindrical-coordinate representation of color #DF9CCF: hue angle of 314.33º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9CCF is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 207 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.13 |
| HSL | 314.33º | 0.51% | 0.74% | - |
| HSV(B) | 314.33º | 0.3% | 0.87% | - |
| XYZ | 53.58 | 43.97 | 64.69 | - |
| YUV | 181.85 | 142.2 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 207 | 0 | 0.30 | 0.07 | 0.13 | 314.33 | 0.51 | 0.74 |
| Hex | DF | 9C | CF | 0 | 1E | 7 | D | 13A | 33 | 4A |
| Octal | 337 | 234 | 317 | 0 | 36 | 7 | 15 | 472 | 63 | 112 |
| Binary | 11011111 | 10011100 | 11001111 | 0 | 11110 | 111 | 1101 | 100111010 | 110011 | 1001010 |
Color Harmonies of #DF9CCF
Complementary color
Monochromatic Colors of #DF9CCF
Black with #DF9CCF
Text Example
Text Example
White with #DF9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CCF; }
p { color: rgb(223,156,207); }
H1.HeaderClassName
{
color: #DF9CCF;
}
.AnyTagClassName
{
color: #DF9CCF;
}
</style>
background-color css
<style>
a { background-color: #DF9CCF; }
a { background-color: rgb(223,156,207); }
div.DivClassName
{
background-color: #DF9CCF;
}
.BgClassName
{
background-color: #DF9CCF;
}
</style>
border-color css
<style>
span { border-color: #DF9CCF; }
span { border-color: rgb(223,156,207); }
td.TdClassName
{
border-color: #DF9CCF;
}
.TagClassName
{
border-color: #DF9CCF;
}
</style>