Shades of Plum #DF9CCD
Tints of Plum #DF9CCD
RGB
CMYK
RGB Variations
Color information
#DF9CCD (or 0xDF9CCD) is known color: Plum. HEX triplet: DF, 9C and CD. RGB value is (223,156,205). Sum of RGB (Red+Green+Blue) = 223+156+205=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CCD is #206332. Grayscale: #B5B5B5. Windows color (decimal): -2122547 or 13475039. OLE color: 13475039.
HSL color Cylindrical-coordinate representation of color #DF9CCD: hue angle of 316.12º 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 #DF9CCD is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 156 | 205 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.13 |
| HSL | 316.12º | 0.51% | 0.74% | - |
| HSV(B) | 316.12º | 0.3% | 0.87% | - |
| XYZ | 53.34 | 43.87 | 63.41 | - |
| YUV | 181.62 | 141.2 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 205 | 0 | 0.30 | 0.08 | 0.13 | 316.12 | 0.51 | 0.74 |
| Hex | DF | 9C | CD | 0 | 1E | 8 | D | 13C | 33 | 4A |
| Octal | 337 | 234 | 315 | 0 | 36 | 10 | 15 | 474 | 63 | 112 |
| Binary | 11011111 | 10011100 | 11001101 | 0 | 11110 | 1000 | 1101 | 100111100 | 110011 | 1001010 |
Color Harmonies of #DF9CCD
Complementary color
Monochromatic Colors of #DF9CCD
Black with #DF9CCD
Text Example
Text Example
White with #DF9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CCD; }
p { color: rgb(223,156,205); }
H1.HeaderClassName
{
color: #DF9CCD;
}
.AnyTagClassName
{
color: #DF9CCD;
}
</style>
background-color css
<style>
a { background-color: #DF9CCD; }
a { background-color: rgb(223,156,205); }
div.DivClassName
{
background-color: #DF9CCD;
}
.BgClassName
{
background-color: #DF9CCD;
}
</style>
border-color css
<style>
span { border-color: #DF9CCD; }
span { border-color: rgb(223,156,205); }
td.TdClassName
{
border-color: #DF9CCD;
}
.TagClassName
{
border-color: #DF9CCD;
}
</style>