#DFA6E4

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

Shades of Plum #DFA6E4

Tints of Plum #DFA6E4

Color information

#DFA6E4 (or 0xDFA6E4) is unknown color: approx Plum. HEX triplet: DF, A6 and E4. RGB value is (223,166,228). Sum of RGB (Red+Green+Blue) = 223+166+228=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFA6E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFA6E4 is #20591B. Grayscale: #BDBDBD. Windows color (decimal): -2119964 or 14984927. OLE color: 14984927.

HSL color Cylindrical-coordinate representation of color #DFA6E4: hue angle of 295.16º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFA6E4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223166228-
CMYK0.020.2700.11
HSL295.16º53.45%77.25%-
HSV(B)295.16º27.19%89.41%-
XYZ58.0748.5679.71-
YUV190.11149.38151.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 166 (65.23% from 255) = 26.90%
BLUE value IS 228 (89.45% from 255) = 36.95%
R=36.14%
G=26.90%
B=36.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231662280.020.2700.11295.1653.4577.25
HexDFA6E421B0B127354d
Octal33724634423301344765115
Binary1101111110100110111001001011011010111001001111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA6E4; }

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

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

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

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

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

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

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

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