#DCA3FD

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

Shades of Mauve #DCA3FD

Tints of Mauve #DCA3FD

Color information

#DCA3FD (or 0xDCA3FD) is unknown color: approx Mauve. HEX triplet: DC, A3 and FD. RGB value is (220,163,253). Sum of RGB (Red+Green+Blue) = 220+163+253=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 163 (64.06% from 255 or 25.63% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCA3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3FD is #235C02. Grayscale: #BEBEBE. Windows color (decimal): -2317315 or 16622556. OLE color: 16622556.

HSL color Cylindrical-coordinate representation of color #DCA3FD: hue angle of 278º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA3FD is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB220163253-
CMYK0.130.3600.01
HSL278º95.74%81.57%-
HSV(B)278º35.57%99.22%-
XYZ60.3448.599.11-
YUV190.3163.38149.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 163 (64.06% from 255) = 25.63%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=34.59%
G=25.63%
B=39.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201632530.130.3600.0127895.7481.57
HexDCA3FDD24011166052
Octal334243375154401426140122
Binary11011100101000111111110111011001000110001011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA3FD; }

 p { color: rgb(220,163,253); }

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

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

 a { background-color: rgb(220,163,253); }

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

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

 span { border-color: rgb(220,163,253); }

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