Shades of Plum #DFA4D3
Tints of Plum #DFA4D3
RGB
CMYK
RGB Variations
Color information
#DFA4D3 (or 0xDFA4D3) is known color: Plum. HEX triplet: DF, A4 and D3. RGB value is (223,164,211). Sum of RGB (Red+Green+Blue) = 223+164+211=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 164 (64.45% from 255 or 27.42% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4D3 is #205B2C. Grayscale: #BABABA. Windows color (decimal): -2120493 or 13870303. OLE color: 13870303.
HSL color Cylindrical-coordinate representation of color #DFA4D3: hue angle of 312.2º 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 #DFA4D3 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 164 | 211 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.13 |
| HSL | 312.2º | 0.48% | 0.76% | - |
| HSV(B) | 312.2º | 0.26% | 0.87% | - |
| XYZ | 55.46 | 46.94 | 67.77 | - |
| YUV | 187 | 141.55 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 211 | 0 | 0.26 | 0.05 | 0.13 | 312.2 | 0.48 | 0.76 |
| Hex | DF | A4 | D3 | 0 | 1A | 5 | D | 138 | 30 | 4C |
| Octal | 337 | 244 | 323 | 0 | 32 | 5 | 15 | 470 | 60 | 114 |
| Binary | 11011111 | 10100100 | 11010011 | 0 | 11010 | 101 | 1101 | 100111000 | 110000 | 1001100 |
Color Harmonies of #DFA4D3
Complementary color
Monochromatic Colors of #DFA4D3
Black with #DFA4D3
Text Example
Text Example
White with #DFA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA4D3; }
p { color: rgb(223,164,211); }
H1.HeaderClassName
{
color: #DFA4D3;
}
.AnyTagClassName
{
color: #DFA4D3;
}
</style>
background-color css
<style>
a { background-color: #DFA4D3; }
a { background-color: rgb(223,164,211); }
div.DivClassName
{
background-color: #DFA4D3;
}
.BgClassName
{
background-color: #DFA4D3;
}
</style>
border-color css
<style>
span { border-color: #DFA4D3; }
span { border-color: rgb(223,164,211); }
td.TdClassName
{
border-color: #DFA4D3;
}
.TagClassName
{
border-color: #DFA4D3;
}
</style>