Shades of Plum #DFA2E4
Tints of Plum #DFA2E4
RGB
CMYK
RGB Variations
Color information
#DFA2E4 (or 0xDFA2E4) is known color: Plum. HEX triplet: DF, A2 and E4. RGB value is (223,162,228). Sum of RGB (Red+Green+Blue) = 223+162+228=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFA2E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA2E4 is #205D1B. Grayscale: #BBBBBB. Windows color (decimal): -2120988 or 14983903. OLE color: 14983903.
HSL color Cylindrical-coordinate representation of color #DFA2E4: hue angle of 295.45º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA2E4 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 162 | 228 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.11 |
| HSL | 295.45º | 0.55% | 0.76% | - |
| HSV(B) | 295.45º | 0.29% | 0.89% | - |
| XYZ | 57.36 | 47.13 | 79.47 | - |
| YUV | 187.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 228 | 0.02 | 0.29 | 0 | 0.11 | 295.45 | 0.55 | 0.76 |
| Hex | DF | A2 | E4 | 2 | 1D | 0 | B | 127 | 37 | 4C |
| Octal | 337 | 242 | 344 | 2 | 35 | 0 | 13 | 447 | 67 | 114 |
| Binary | 11011111 | 10100010 | 11100100 | 10 | 11101 | 0 | 1011 | 100100111 | 110111 | 1001100 |
Color Harmonies of #DFA2E4
Complementary color
Monochromatic Colors of #DFA2E4
Black with #DFA2E4
Text Example
Text Example
White with #DFA2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2E4; }
p { color: rgb(223,162,228); }
H1.HeaderClassName
{
color: #DFA2E4;
}
.AnyTagClassName
{
color: #DFA2E4;
}
</style>
background-color css
<style>
a { background-color: #DFA2E4; }
a { background-color: rgb(223,162,228); }
div.DivClassName
{
background-color: #DFA2E4;
}
.BgClassName
{
background-color: #DFA2E4;
}
</style>
border-color css
<style>
span { border-color: #DFA2E4; }
span { border-color: rgb(223,162,228); }
td.TdClassName
{
border-color: #DFA2E4;
}
.TagClassName
{
border-color: #DFA2E4;
}
</style>