#DCA1FD

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

Shades of Mauve #DCA1FD

Tints of Mauve #DCA1FD

Color information

#DCA1FD (or 0xDCA1FD) is unknown color: approx Mauve. HEX triplet: DC, A1 and FD. RGB value is (220,161,253). Sum of RGB (Red+Green+Blue) = 220+161+253=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 161 (63.28% from 255 or 25.39% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA1FD is #235E02. Grayscale: #BCBCBC. Windows color (decimal): -2317827 or 16622044. OLE color: 16622044.

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

Color convert

RGB220161253-
CMYK0.130.3600.01
HSL278.48º95.83%81.18%-
HSV(B)278.48º36.36%99.22%-
XYZ59.9947.898.99-
YUV189.13164.05150.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 161 (63.28% from 255) = 25.39%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=34.70%
G=25.39%
B=39.91%

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
Decimal2201612530.130.3600.01278.4895.8381.18
HexDCA1FDD24011166051
Octal334241375154401426140121
Binary11011100101000011111110111011001000110001011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA1FD; }

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

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

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

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

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

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

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

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