#DFA0F5

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

Shades of Mauve #DFA0F5

Tints of Mauve #DFA0F5

Color information

#DFA0F5 (or 0xDFA0F5) is unknown color: approx Mauve. HEX triplet: DF, A0 and F5. RGB value is (223,160,245). Sum of RGB (Red+Green+Blue) = 223+160+245=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 245 (96.09% from 255 or 39.01% from 628); Max value from RGB is 245 - color contains mainly: blue. Hex color #DFA0F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA0F5 is #205F0A. Grayscale: #BCBCBC. Windows color (decimal): -2121483 or 16097503. OLE color: 16097503.

HSL color Cylindrical-coordinate representation of color #DFA0F5: hue angle of 284.47º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFA0F5 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223160245-
CMYK0.090.3500.04
HSL284.47º80.95%79.41%-
HSV(B)284.47º34.69%96.08%-
XYZ59.4847.4292.4-
YUV188.53159.87152.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 160 (62.89% from 255) = 25.48%
BLUE value IS 245 (96.09% from 255) = 39.01%
R=35.51%
G=25.48%
B=39.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231602450.090.3500.04284.4780.9579.41
HexDFA0F59230411c514f
Octal337240365114304434121117
Binary1101111110100000111101011001100011010010001110010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA0F5; }

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

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

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

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

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

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

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

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