#DC9FF2

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

Shades of Mauve #DC9FF2

Tints of Mauve #DC9FF2

Color information

#DC9FF2 (or 0xDC9FF2) is unknown color: approx Mauve. HEX triplet: DC, 9F and F2. RGB value is (220,159,242). Sum of RGB (Red+Green+Blue) = 220+159+242=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FF2 is #23600D. Grayscale: #BABABA. Windows color (decimal): -2318350 or 15900636. OLE color: 15900636.

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

Color convert

RGB220159242-
CMYK0.090.3400.05
HSL284.1º76.15%78.63%-
HSV(B)284.1º34.3%94.9%-
XYZ57.9446.4289.91-
YUV186.7159.21151.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 159 (62.5% from 255) = 25.60%
BLUE value IS 242 (94.92% from 255) = 38.97%
R=35.43%
G=25.60%
B=38.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201592420.090.3400.05284.176.1578.63
HexDC9FF29220511c4c4f
Octal334237362114205434114117
Binary1101110010011111111100101001100010010110001110010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9FF2; }

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

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

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

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

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

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

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

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