Shades of Plum #DFA4E0
Tints of Plum #DFA4E0
RGB
CMYK
RGB Variations
Color information
#DFA4E0 (or 0xDFA4E0) is known color: Plum. HEX triplet: DF, A4 and E0. RGB value is (223,164,224). Sum of RGB (Red+Green+Blue) = 223+164+224=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFA4E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA4E0 is #205B1F. Grayscale: #BCBCBC. Windows color (decimal): -2120480 or 14722271. OLE color: 14722271.
HSL color Cylindrical-coordinate representation of color #DFA4E0: hue angle of 299º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA4E0 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 164 | 224 | - |
| CMYK | 0.00 | 0.27 | 0 | 0.12 |
| HSL | 299º | 0.49% | 0.76% | - |
| HSV(B) | 299º | 0.27% | 0.88% | - |
| XYZ | 57.16 | 47.62 | 76.7 | - |
| YUV | 188.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 164 | 224 | 0.00 | 0.27 | 0 | 0.12 | 299 | 0.49 | 0.76 |
| Hex | DF | A4 | E0 | 0 | 1B | 0 | C | 12B | 31 | 4C |
| Octal | 337 | 244 | 340 | 0 | 33 | 0 | 14 | 453 | 61 | 114 |
| Binary | 11011111 | 10100100 | 11100000 | 0 | 11011 | 0 | 1100 | 100101011 | 110001 | 1001100 |
Color Harmonies of #DFA4E0
Complementary color
Monochromatic Colors of #DFA4E0
Black with #DFA4E0
Text Example
Text Example
White with #DFA4E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA4E0; }
p { color: rgb(223,164,224); }
H1.HeaderClassName
{
color: #DFA4E0;
}
.AnyTagClassName
{
color: #DFA4E0;
}
</style>
background-color css
<style>
a { background-color: #DFA4E0; }
a { background-color: rgb(223,164,224); }
div.DivClassName
{
background-color: #DFA4E0;
}
.BgClassName
{
background-color: #DFA4E0;
}
</style>
border-color css
<style>
span { border-color: #DFA4E0; }
span { border-color: rgb(223,164,224); }
td.TdClassName
{
border-color: #DFA4E0;
}
.TagClassName
{
border-color: #DFA4E0;
}
</style>