#DCA7F3

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

Shades of Mauve #DCA7F3

Tints of Mauve #DCA7F3

Color information

#DCA7F3 (or 0xDCA7F3) is unknown color: approx Mauve. HEX triplet: DC, A7 and F3. RGB value is (220,167,243). Sum of RGB (Red+Green+Blue) = 220+167+243=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 167 (65.62% from 255 or 26.51% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCA7F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA7F3 is #23580C. Grayscale: #BFBFBF. Windows color (decimal): -2316301 or 15968220. OLE color: 15968220.

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

Color convert

RGB220167243-
CMYK0.090.3100.05
HSL281.84º76%80.39%-
HSV(B)281.84º31.28%95.29%-
XYZ59.5149.3291.18-
YUV191.51157.06148.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 167 (65.62% from 255) = 26.51%
BLUE value IS 243 (95.31% from 255) = 38.57%
R=34.92%
G=26.51%
B=38.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201672430.090.3100.05281.847680.39
HexDCA7F391F0511a4c50
Octal334247363113705432114120
Binary110111001010011111110011100111111010110001101010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA7F3; }

 p { color: rgb(220,167,243); }

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

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

 a { background-color: rgb(220,167,243); }

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

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

 span { border-color: rgb(220,167,243); }

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