#DCA0FD

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

Shades of Mauve #DCA0FD

Tints of Mauve #DCA0FD

Color information

#DCA0FD (or 0xDCA0FD) is unknown color: approx Mauve. HEX triplet: DC, A0 and FD. RGB value is (220,160,253). Sum of RGB (Red+Green+Blue) = 220+160+253=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 160 (62.89% from 255 or 25.28% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA0FD is #235F02. Grayscale: #BCBCBC. Windows color (decimal): -2318083 or 16621788. OLE color: 16621788.

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

Color convert

RGB220160253-
CMYK0.130.3700.01
HSL278.71º95.88%80.98%-
HSV(B)278.71º36.76%99.22%-
XYZ59.8247.4598.93-
YUV188.54164.38150.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 160 (62.89% from 255) = 25.28%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=34.76%
G=25.28%
B=39.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201602530.130.3700.01278.7195.8880.98
HexDCA0FDD25011176051
Octal334240375154501427140121
Binary11011100101000001111110111011001010110001011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA0FD; }

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

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

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

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

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

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

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

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