#DCA5FD

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

Shades of Mauve #DCA5FD

Tints of Mauve #DCA5FD

Color information

#DCA5FD (or 0xDCA5FD) is unknown color: approx Mauve. HEX triplet: DC, A5 and FD. RGB value is (220,165,253). Sum of RGB (Red+Green+Blue) = 220+165+253=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 165 (64.84% from 255 or 25.86% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCA5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5FD is #235A02. Grayscale: #BFBFBF. Windows color (decimal): -2316803 or 16623068. OLE color: 16623068.

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

Color convert

RGB220165253-
CMYK0.130.3500.01
HSL277.5º95.65%81.96%-
HSV(B)277.5º34.78%99.22%-
XYZ60.749.2299.23-
YUV191.48162.72148.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 165 (64.84% from 255) = 25.86%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=34.48%
G=25.86%
B=39.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201652530.130.3500.01277.595.6581.96
HexDCA5FDD23011166052
Octal334245375154301426140122
Binary11011100101001011111110111011000110110001011011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA5FD; }

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

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

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

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

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

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

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

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