Shades of Plum #DF8CCF
Tints of Plum #DF8CCF
RGB
CMYK
RGB Variations
Color information
#DF8CCF (or 0xDF8CCF) is known color: Plum. HEX triplet: DF, 8C and CF. RGB value is (223,140,207). Sum of RGB (Red+Green+Blue) = 223+140+207=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CCF is #207330. Grayscale: #ACACAC. Windows color (decimal): -2126641 or 13602015. OLE color: 13602015.
HSL color Cylindrical-coordinate representation of color #DF8CCF: hue angle of 311.57º 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 #DF8CCF is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 207 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.13 |
| HSL | 311.57º | 0.56% | 0.71% | - |
| HSV(B) | 311.57º | 0.37% | 0.87% | - |
| XYZ | 51.07 | 38.95 | 63.86 | - |
| YUV | 172.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 207 | 0 | 0.37 | 0.07 | 0.13 | 311.57 | 0.56 | 0.71 |
| Hex | DF | 8C | CF | 0 | 25 | 7 | D | 138 | 38 | 47 |
| Octal | 337 | 214 | 317 | 0 | 45 | 7 | 15 | 470 | 70 | 107 |
| Binary | 11011111 | 10001100 | 11001111 | 0 | 100101 | 111 | 1101 | 100111000 | 111000 | 1000111 |
Color Harmonies of #DF8CCF
Complementary color
Monochromatic Colors of #DF8CCF
Black with #DF8CCF
Text Example
Text Example
White with #DF8CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8CCF; }
p { color: rgb(223,140,207); }
H1.HeaderClassName
{
color: #DF8CCF;
}
.AnyTagClassName
{
color: #DF8CCF;
}
</style>
background-color css
<style>
a { background-color: #DF8CCF; }
a { background-color: rgb(223,140,207); }
div.DivClassName
{
background-color: #DF8CCF;
}
.BgClassName
{
background-color: #DF8CCF;
}
</style>
border-color css
<style>
span { border-color: #DF8CCF; }
span { border-color: rgb(223,140,207); }
td.TdClassName
{
border-color: #DF8CCF;
}
.TagClassName
{
border-color: #DF8CCF;
}
</style>