Shades of Plum #DFA0CE
Tints of Plum #DFA0CE
RGB
CMYK
RGB Variations
Color information
#DFA0CE (or 0xDFA0CE) is known color: Plum. HEX triplet: DF, A0 and CE. RGB value is (223,160,206). Sum of RGB (Red+Green+Blue) = 223+160+206=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA0CE is #205F31. Grayscale: #B7B7B7. Windows color (decimal): -2121522 or 13541599. OLE color: 13541599.
HSL color Cylindrical-coordinate representation of color #DFA0CE: hue angle of 316.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFA0CE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 160 | 206 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.13 |
| HSL | 316.19º | 0.5% | 0.75% | - |
| HSV(B) | 316.19º | 0.28% | 0.87% | - |
| XYZ | 54.14 | 45.29 | 64.28 | - |
| YUV | 184.08 | 140.37 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 160 | 206 | 0 | 0.28 | 0.08 | 0.13 | 316.19 | 0.5 | 0.75 |
| Hex | DF | A0 | CE | 0 | 1C | 8 | D | 13C | 32 | 4B |
| Octal | 337 | 240 | 316 | 0 | 34 | 10 | 15 | 474 | 62 | 113 |
| Binary | 11011111 | 10100000 | 11001110 | 0 | 11100 | 1000 | 1101 | 100111100 | 110010 | 1001011 |
Color Harmonies of #DFA0CE
Complementary color
Monochromatic Colors of #DFA0CE
Black with #DFA0CE
Text Example
Text Example
White with #DFA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA0CE; }
p { color: rgb(223,160,206); }
H1.HeaderClassName
{
color: #DFA0CE;
}
.AnyTagClassName
{
color: #DFA0CE;
}
</style>
background-color css
<style>
a { background-color: #DFA0CE; }
a { background-color: rgb(223,160,206); }
div.DivClassName
{
background-color: #DFA0CE;
}
.BgClassName
{
background-color: #DFA0CE;
}
</style>
border-color css
<style>
span { border-color: #DFA0CE; }
span { border-color: rgb(223,160,206); }
td.TdClassName
{
border-color: #DFA0CE;
}
.TagClassName
{
border-color: #DFA0CE;
}
</style>