#DC9CF2

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

Shades of Mauve #DC9CF2

Tints of Mauve #DC9CF2

Color information

#DC9CF2 (or 0xDC9CF2) is unknown color: approx Mauve. HEX triplet: DC, 9C and F2. RGB value is (220,156,242). Sum of RGB (Red+Green+Blue) = 220+156+242=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC9CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF2 is #23630D. Grayscale: #B8B8B8. Windows color (decimal): -2319118 or 15899868. OLE color: 15899868.

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

Color convert

RGB220156242-
CMYK0.090.3600.05
HSL284.65º76.79%78.04%-
HSV(B)284.65º35.54%94.9%-
XYZ57.4345.489.74-
YUV184.94160.2153.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.60%
GREEN value IS 156 (61.33% from 255) = 25.24%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=35.60%
G=25.24%
B=39.16%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201562420.090.3600.05284.6576.7978.04
HexDC9CF29240511d4d4e
Octal334234362114405435115116
Binary1101110010011100111100101001100100010110001110110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CF2; }

 p { color: rgb(220,156,242); }

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

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

 a { background-color: rgb(220,156,242); }

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

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

 span { border-color: rgb(220,156,242); }

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