#DFA6EA

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

Shades of Plum #DFA6EA

Tints of Plum #DFA6EA

Color information

#DFA6EA (or 0xDFA6EA) is unknown color: approx Plum. HEX triplet: DF, A6 and EA. RGB value is (223,166,234). Sum of RGB (Red+Green+Blue) = 223+166+234=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 166 (65.23% from 255 or 26.65% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFA6EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA6EA is #205915. Grayscale: #BEBEBE. Windows color (decimal): -2119958 or 15378143. OLE color: 15378143.

HSL color Cylindrical-coordinate representation of color #DFA6EA: hue angle of 290.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFA6EA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223166234-
CMYK0.050.2900.08
HSL290.29º61.82%78.43%-
HSV(B)290.29º29.06%91.76%-
XYZ58.9248.984.18-
YUV190.79152.38150.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 166 (65.23% from 255) = 26.65%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=35.79%
G=26.65%
B=37.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2231662340.050.2900.08290.2961.8278.43
HexDFA6EA51D081223e4e
Octal33724635253501044276116
Binary11011111101001101110101010111101010001001000101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6EA; }

 p { color: rgb(223,166,234); }

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

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

 a { background-color: rgb(223,166,234); }

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

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

 span { border-color: rgb(223,166,234); }

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