Shades of Plum #DFA2EA
Tints of Plum #DFA2EA
RGB
CMYK
RGB Variations
Color information
#DFA2EA (or 0xDFA2EA) is known color: Plum. HEX triplet: DF, A2 and EA. RGB value is (223,162,234). Sum of RGB (Red+Green+Blue) = 223+162+234=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 162 (63.67% from 255 or 26.17% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA2EA is #205D15. Grayscale: #BCBCBC. Windows color (decimal): -2120982 or 15377119. OLE color: 15377119.
HSL color Cylindrical-coordinate representation of color #DFA2EA: hue angle of 290.83º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFA2EA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 162 | 234 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.08 |
| HSL | 290.83º | 0.63% | 0.78% | - |
| HSV(B) | 290.83º | 0.31% | 0.92% | - |
| XYZ | 58.2 | 47.47 | 83.94 | - |
| YUV | 188.45 | 153.71 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 162 | 234 | 0.05 | 0.31 | 0 | 0.08 | 290.83 | 0.63 | 0.78 |
| Hex | DF | A2 | EA | 5 | 1F | 0 | 8 | 123 | 3F | 4E |
| Octal | 337 | 242 | 352 | 5 | 37 | 0 | 10 | 443 | 77 | 116 |
| Binary | 11011111 | 10100010 | 11101010 | 101 | 11111 | 0 | 1000 | 100100011 | 111111 | 1001110 |
Color Harmonies of #DFA2EA
Complementary color
Monochromatic Colors of #DFA2EA
Black with #DFA2EA
Text Example
Text Example
White with #DFA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA2EA; }
p { color: rgb(223,162,234); }
H1.HeaderClassName
{
color: #DFA2EA;
}
.AnyTagClassName
{
color: #DFA2EA;
}
</style>
background-color css
<style>
a { background-color: #DFA2EA; }
a { background-color: rgb(223,162,234); }
div.DivClassName
{
background-color: #DFA2EA;
}
.BgClassName
{
background-color: #DFA2EA;
}
</style>
border-color css
<style>
span { border-color: #DFA2EA; }
span { border-color: rgb(223,162,234); }
td.TdClassName
{
border-color: #DFA2EA;
}
.TagClassName
{
border-color: #DFA2EA;
}
</style>