Shades of Plum #DFA8DE
Tints of Plum #DFA8DE
RGB
CMYK
RGB Variations
Color information
#DFA8DE (or 0xDFA8DE) is known color: Plum. HEX triplet: DF, A8 and DE. RGB value is (223,168,222). Sum of RGB (Red+Green+Blue) = 223+168+222=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA8DE is #205721. Grayscale: #BEBEBE. Windows color (decimal): -2119458 or 14592223. OLE color: 14592223.
HSL color Cylindrical-coordinate representation of color #DFA8DE: hue angle of 301.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFA8DE is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 168 | 222 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.13 |
| HSL | 301.09º | 0.46% | 0.77% | - |
| HSV(B) | 301.09º | 0.25% | 0.87% | - |
| XYZ | 57.62 | 48.97 | 75.52 | - |
| YUV | 190.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 168 | 222 | 0 | 0.25 | 0.00 | 0.13 | 301.09 | 0.46 | 0.77 |
| Hex | DF | A8 | DE | 0 | 19 | 0 | D | 12D | 2E | 4D |
| Octal | 337 | 250 | 336 | 0 | 31 | 0 | 15 | 455 | 56 | 115 |
| Binary | 11011111 | 10101000 | 11011110 | 0 | 11001 | 0 | 1101 | 100101101 | 101110 | 1001101 |
Color Harmonies of #DFA8DE
Complementary color
Monochromatic Colors of #DFA8DE
Black with #DFA8DE
Text Example
Text Example
White with #DFA8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA8DE; }
p { color: rgb(223,168,222); }
H1.HeaderClassName
{
color: #DFA8DE;
}
.AnyTagClassName
{
color: #DFA8DE;
}
</style>
background-color css
<style>
a { background-color: #DFA8DE; }
a { background-color: rgb(223,168,222); }
div.DivClassName
{
background-color: #DFA8DE;
}
.BgClassName
{
background-color: #DFA8DE;
}
</style>
border-color css
<style>
span { border-color: #DFA8DE; }
span { border-color: rgb(223,168,222); }
td.TdClassName
{
border-color: #DFA8DE;
}
.TagClassName
{
border-color: #DFA8DE;
}
</style>