#DFA6E1

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

Shades of Plum #DFA6E1

Tints of Plum #DFA6E1

Color information

#DFA6E1 (or 0xDFA6E1) is unknown color: approx Plum. HEX triplet: DF, A6 and E1. RGB value is (223,166,225). Sum of RGB (Red+Green+Blue) = 223+166+225=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 166 (65.23% from 255 or 27.04% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFA6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6E1 is #20591E. Grayscale: #BDBDBD. Windows color (decimal): -2119967 or 14788319. OLE color: 14788319.

HSL color Cylindrical-coordinate representation of color #DFA6E1: hue angle of 297.97º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFA6E1 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223166225-
CMYK0.010.2600.12
HSL297.97º49.58%76.67%-
HSV(B)297.97º26.22%88.24%-
XYZ57.6648.477.54-
YUV189.77147.88151.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.32%
GREEN value IS 166 (65.23% from 255) = 27.04%
BLUE value IS 225 (88.28% from 255) = 36.64%
R=36.32%
G=27.04%
B=36.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231662250.010.2600.12297.9749.5876.67
HexDFA6E111A0C12a324d
Octal33724634113201445262115
Binary110111111010011011100001111010011001001010101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6E1; }

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

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

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

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

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

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

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

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