Shades of Plum #DF9CCE
Tints of Plum #DF9CCE
RGB
CMYK
RGB Variations
Color information
#DF9CCE (or 0xDF9CCE) is known color: Plum. HEX triplet: DF, 9C and CE. RGB value is (223,156,206). Sum of RGB (Red+Green+Blue) = 223+156+206=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CCE is #206331. Grayscale: #B5B5B5. Windows color (decimal): -2122546 or 13540575. OLE color: 13540575.
HSL color Cylindrical-coordinate representation of color #DF9CCE: hue angle of 315.22º 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 #DF9CCE is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 206 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.13 |
| HSL | 315.22º | 0.51% | 0.74% | - |
| HSV(B) | 315.22º | 0.3% | 0.87% | - |
| XYZ | 53.46 | 43.92 | 64.05 | - |
| YUV | 181.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 206 | 0 | 0.30 | 0.08 | 0.13 | 315.22 | 0.51 | 0.74 |
| Hex | DF | 9C | CE | 0 | 1E | 8 | D | 13B | 33 | 4A |
| Octal | 337 | 234 | 316 | 0 | 36 | 10 | 15 | 473 | 63 | 112 |
| Binary | 11011111 | 10011100 | 11001110 | 0 | 11110 | 1000 | 1101 | 100111011 | 110011 | 1001010 |
Color Harmonies of #DF9CCE
Complementary color
Monochromatic Colors of #DF9CCE
Black with #DF9CCE
Text Example
Text Example
White with #DF9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CCE; }
p { color: rgb(223,156,206); }
H1.HeaderClassName
{
color: #DF9CCE;
}
.AnyTagClassName
{
color: #DF9CCE;
}
</style>
background-color css
<style>
a { background-color: #DF9CCE; }
a { background-color: rgb(223,156,206); }
div.DivClassName
{
background-color: #DF9CCE;
}
.BgClassName
{
background-color: #DF9CCE;
}
</style>
border-color css
<style>
span { border-color: #DF9CCE; }
span { border-color: rgb(223,156,206); }
td.TdClassName
{
border-color: #DF9CCE;
}
.TagClassName
{
border-color: #DF9CCE;
}
</style>