Shades of Plum #DFA4DF
Tints of Plum #DFA4DF
RGB
CMYK
RGB Variations
Color information
#DFA4DF (or 0xDFA4DF) is known color: Plum. HEX triplet: DF, A4 and DF. RGB value is (223,164,223). Sum of RGB (Red+Green+Blue) = 223+164+223=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DFA4DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4DF is #205B20. Grayscale: #BCBCBC. Windows color (decimal): -2120481 or 14656735. OLE color: 14656735.
HSL color Cylindrical-coordinate representation of color #DFA4DF: hue angle of 300º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA4DF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 223 | - |
| CMYK | 0 | 0.26 | 0 | 0.13 |
| HSL | 300º | 0.48% | 0.76% | - |
| HSV(B) | 300º | 0.26% | 0.87% | - |
| XYZ | 57.03 | 47.57 | 75.99 | - |
| YUV | 188.37 | 147.55 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 223 | 0 | 0.26 | 0 | 0.13 | 300 | 0.48 | 0.76 |
| Hex | DF | A4 | DF | 0 | 1A | 0 | D | 12C | 30 | 4C |
| Octal | 337 | 244 | 337 | 0 | 32 | 0 | 15 | 454 | 60 | 114 |
| Binary | 11011111 | 10100100 | 11011111 | 0 | 11010 | 0 | 1101 | 100101100 | 110000 | 1001100 |
Color Harmonies of #DFA4DF
Complementary color
Monochromatic Colors of #DFA4DF
Black with #DFA4DF
Text Example
Text Example
White with #DFA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA4DF; }
p { color: rgb(223,164,223); }
H1.HeaderClassName
{
color: #DFA4DF;
}
.AnyTagClassName
{
color: #DFA4DF;
}
</style>
background-color css
<style>
a { background-color: #DFA4DF; }
a { background-color: rgb(223,164,223); }
div.DivClassName
{
background-color: #DFA4DF;
}
.BgClassName
{
background-color: #DFA4DF;
}
</style>
border-color css
<style>
span { border-color: #DFA4DF; }
span { border-color: rgb(223,164,223); }
td.TdClassName
{
border-color: #DFA4DF;
}
.TagClassName
{
border-color: #DFA4DF;
}
</style>