Shades of Plum #DF8CCE
Tints of Plum #DF8CCE
RGB
CMYK
RGB Variations
Color information
#DF8CCE (or 0xDF8CCE) is known color: Plum. HEX triplet: DF, 8C and CE. RGB value is (223,140,206). Sum of RGB (Red+Green+Blue) = 223+140+206=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CCE is #207331. Grayscale: #ACACAC. Windows color (decimal): -2126642 or 13536479. OLE color: 13536479.
HSL color Cylindrical-coordinate representation of color #DF8CCE: hue angle of 312.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CCE is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 206 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.13 |
| HSL | 312.29º | 0.56% | 0.71% | - |
| HSV(B) | 312.29º | 0.37% | 0.87% | - |
| XYZ | 50.95 | 38.9 | 63.22 | - |
| YUV | 172.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 206 | 0 | 0.37 | 0.08 | 0.13 | 312.29 | 0.56 | 0.71 |
| Hex | DF | 8C | CE | 0 | 25 | 8 | D | 138 | 38 | 47 |
| Octal | 337 | 214 | 316 | 0 | 45 | 10 | 15 | 470 | 70 | 107 |
| Binary | 11011111 | 10001100 | 11001110 | 0 | 100101 | 1000 | 1101 | 100111000 | 111000 | 1000111 |
Color Harmonies of #DF8CCE
Complementary color
Monochromatic Colors of #DF8CCE
Black with #DF8CCE
Text Example
Text Example
White with #DF8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CCE; }
p { color: rgb(223,140,206); }
H1.HeaderClassName
{
color: #DF8CCE;
}
.AnyTagClassName
{
color: #DF8CCE;
}
</style>
background-color css
<style>
a { background-color: #DF8CCE; }
a { background-color: rgb(223,140,206); }
div.DivClassName
{
background-color: #DF8CCE;
}
.BgClassName
{
background-color: #DF8CCE;
}
</style>
border-color css
<style>
span { border-color: #DF8CCE; }
span { border-color: rgb(223,140,206); }
td.TdClassName
{
border-color: #DF8CCE;
}
.TagClassName
{
border-color: #DF8CCE;
}
</style>