#DC9CFC

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

Shades of Mauve #DC9CFC

Tints of Mauve #DC9CFC

Color information

#DC9CFC (or 0xDC9CFC) is unknown color: approx Mauve. HEX triplet: DC, 9C and FC. RGB value is (220,156,252). Sum of RGB (Red+Green+Blue) = 220+156+252=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 156 (61.33% from 255 or 24.84% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CFC is #236303. Grayscale: #B9B9B9. Windows color (decimal): -2319108 or 16555228. OLE color: 16555228.

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

Color convert

RGB220156252-
CMYK0.130.3800.01
HSL280º94.12%80%-
HSV(B)280º38.1%98.82%-
XYZ58.9746.0297.87-
YUV186.08165.2152.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 156 (61.33% from 255) = 24.84%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=35.03%
G=24.84%
B=40.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201562520.130.3800.0128094.1280
HexDC9CFCD26011185e50
Octal334234374154601430136120
Binary11011100100111001111110011011001100110001100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9CFC; }

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

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

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

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

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

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

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

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