#DF9CF7

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

Shades of Mauve #DF9CF7

Tints of Mauve #DF9CF7

Color information

#DF9CF7 (or 0xDF9CF7) is unknown color: approx Mauve. HEX triplet: DF, 9C and F7. RGB value is (223,156,247). Sum of RGB (Red+Green+Blue) = 223+156+247=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 156 (61.33% from 255 or 24.92% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF9CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CF7 is #206308. Grayscale: #BABABA. Windows color (decimal): -2122505 or 16227551. OLE color: 16227551.

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

Color convert

RGB223156247-
CMYK0.100.3700.03
HSL284.18º85.05%79.02%-
HSV(B)284.18º36.84%96.86%-
XYZ59.1146.1893.79-
YUV186.41162.2154.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 156 (61.33% from 255) = 24.92%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=35.62%
G=24.92%
B=39.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231562470.100.3700.03284.1885.0579.02
HexDF9CF7A250311c554f
Octal337234367124503434125117
Binary110111111001110011110111101010010101110001110010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9CF7; }

 p { color: rgb(223,156,247); }

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

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

 a { background-color: rgb(223,156,247); }

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

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

 span { border-color: rgb(223,156,247); }

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