#DC9DFA

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

Shades of Mauve #DC9DFA

Tints of Mauve #DC9DFA

Color information

#DC9DFA (or 0xDC9DFA) is unknown color: approx Mauve. HEX triplet: DC, 9D and FA. RGB value is (220,157,250). Sum of RGB (Red+Green+Blue) = 220+157+250=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 157 (61.72% from 255 or 25.04% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DFA is #236205. Grayscale: #BABABA. Windows color (decimal): -2318854 or 16424412. OLE color: 16424412.

HSL color Cylindrical-coordinate representation of color #DC9DFA: hue angle of 280.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9DFA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220157250-
CMYK0.120.3700.02
HSL280.65º90.29%79.8%-
HSV(B)280.65º37.2%98.04%-
XYZ58.8346.2396.27-
YUV186.44163.87151.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.09%
GREEN value IS 157 (61.72% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=35.09%
G=25.04%
B=39.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201572500.120.3700.02280.6590.2979.8
HexDC9DFAC25021195a50
Octal334235372144502431132120
Binary110111001001110111111010110010010101010001100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DFA; }

 p { color: rgb(220,157,250); }

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

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

 a { background-color: rgb(220,157,250); }

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

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

 span { border-color: rgb(220,157,250); }

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