#DCA5F1

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

Shades of Mauve #DCA5F1

Tints of Mauve #DCA5F1

Color information

#DCA5F1 (or 0xDCA5F1) is unknown color: approx Mauve. HEX triplet: DC, A5 and F1. RGB value is (220,165,241). Sum of RGB (Red+Green+Blue) = 220+165+241=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCA5F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5F1 is #235A0E. Grayscale: #BDBDBD. Windows color (decimal): -2316815 or 15836636. OLE color: 15836636.

HSL color Cylindrical-coordinate representation of color #DCA5F1: hue angle of 283.42º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA5F1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220165241-
CMYK0.090.3200.05
HSL283.42º73.08%79.61%-
HSV(B)283.42º31.54%94.51%-
XYZ58.8548.4889.47-
YUV190.11156.72149.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 165 (64.84% from 255) = 26.36%
BLUE value IS 241 (94.53% from 255) = 38.50%
R=35.14%
G=26.36%
B=38.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201652410.090.3200.05283.4273.0879.61
HexDCA5F19200511b4950
Octal334245361114005433111120
Binary1101110010100101111100011001100000010110001101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5F1; }

 p { color: rgb(220,165,241); }

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

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

 a { background-color: rgb(220,165,241); }

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

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

 span { border-color: rgb(220,165,241); }

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