#DFA0EC

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

Shades of Plum #DFA0EC

Tints of Plum #DFA0EC

Color information

#DFA0EC (or 0xDFA0EC) is unknown color: approx Plum. HEX triplet: DF, A0 and EC. RGB value is (223,160,236). Sum of RGB (Red+Green+Blue) = 223+160+236=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0EC is #205F13. Grayscale: #BBBBBB. Windows color (decimal): -2121492 or 15507679. OLE color: 15507679.

HSL color Cylindrical-coordinate representation of color #DFA0EC: hue angle of 289.74º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA0EC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223160236-
CMYK0.060.3200.07
HSL289.74º66.67%77.65%-
HSV(B)289.74º32.2%92.55%-
XYZ58.1446.8985.34-
YUV187.5155.37153.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 160 (62.89% from 255) = 25.85%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=36.03%
G=25.85%
B=38.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2231602360.060.3200.07289.7466.6777.65
HexDFA0EC62007122434e
Octal33724035464007442103116
Binary110111111010000011101100110100000011110010001010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0EC; }

 p { color: rgb(223,160,236); }

 H1.HeaderClassName
 {
   color: #DFA0EC;
 }
 .AnyTagClassName
 {
   color: #DFA0EC;
 }
</style>
background-color css

<style>
 a { background-color: #DFA0EC; }

 a { background-color: rgb(223,160,236); }

 div.DivClassName
 {
   background-color: #DFA0EC;
 }
 .BgClassName
 {
   background-color: #DFA0EC;
 }
</style>
border-color css

<style>
 span { border-color: #DFA0EC; }

 span { border-color: rgb(223,160,236); }

 td.TdClassName
 {
   border-color: #DFA0EC;
 }
 .TagClassName
 {
   border-color: #DFA0EC;
 }
</style>