#DF9FF7

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

Shades of Mauve #DF9FF7

Tints of Mauve #DF9FF7

Color information

#DF9FF7 (or 0xDF9FF7) is unknown color: approx Mauve. HEX triplet: DF, 9F and F7. RGB value is (223,159,247). Sum of RGB (Red+Green+Blue) = 223+159+247=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF9FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FF7 is #206008. Grayscale: #BBBBBB. Windows color (decimal): -2121737 or 16228319. OLE color: 16228319.

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

Color convert

RGB223159247-
CMYK0.100.3600.03
HSL283.64º84.62%79.61%-
HSV(B)283.64º35.63%96.86%-
XYZ59.6247.293.96-
YUV188.17161.2152.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.45%
GREEN value IS 159 (62.5% from 255) = 25.28%
BLUE value IS 247 (96.88% from 255) = 39.27%
R=35.45%
G=25.28%
B=39.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2231592470.100.3600.03283.6484.6279.61
HexDF9FF7A240311c5550
Octal337237367124403434125120
Binary110111111001111111110111101010010001110001110010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9FF7; }

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

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

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

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

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

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

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

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