#DC9DF7

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

Shades of Mauve #DC9DF7

Tints of Mauve #DC9DF7

Color information

#DC9DF7 (or 0xDC9DF7) is unknown color: approx Mauve. HEX triplet: DC, 9D and F7. RGB value is (220,157,247). Sum of RGB (Red+Green+Blue) = 220+157+247=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #DC9DF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DF7 is #236208. Grayscale: #B9B9B9. Windows color (decimal): -2318857 or 16227804. OLE color: 16227804.

HSL color Cylindrical-coordinate representation of color #DC9DF7: hue angle of 282º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9DF7 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB220157247-
CMYK0.110.3600.03
HSL282º84.91%79.22%-
HSV(B)282º36.44%96.86%-
XYZ58.3646.0493.81-
YUV186.1162.37152.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 157 (61.72% from 255) = 25.16%
BLUE value IS 247 (96.88% from 255) = 39.58%
R=35.26%
G=25.16%
B=39.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2201572470.110.3600.0328284.9179.22
HexDC9DF7B240311a554f
Octal334235367134403432125117
Binary110111001001110111110111101110010001110001101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9DF7; }

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

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

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

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

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

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

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

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