#DFA2EA

Color #DFA2EA Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DFA2EA

Tints of Plum #DFA2EA

Color information

#DFA2EA (or 0xDFA2EA) is unknown color: approx 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

RGB223162234-
CMYK0.050.3100.08
HSL290.83º63.16%77.65%-
HSV(B)290.83º30.77%91.76%-
XYZ58.247.4783.94-
YUV188.45153.71152.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 162 (63.67% from 255) = 26.17%
BLUE value IS 234 (91.80% from 255) = 37.80%
R=36.03%
G=26.17%
B=37.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231622340.050.3100.08290.8363.1677.65
HexDFA2EA51F081233f4e
Octal33724235253701044377116
Binary11011111101000101110101010111111010001001000111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>