#DF94F9

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

Shades of Mauve #DF94F9

Tints of Mauve #DF94F9

Color information

#DF94F9 (or 0xDF94F9) is unknown color: approx Mauve. HEX triplet: DF, 94 and F9. RGB value is (223,148,249). Sum of RGB (Red+Green+Blue) = 223+148+249=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF94F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94F9 is #206B06. Grayscale: #B5B5B5. Windows color (decimal): -2124551 or 16356575. OLE color: 16356575.

HSL color Cylindrical-coordinate representation of color #DF94F9: hue angle of 284.55º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF94F9 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223148249-
CMYK0.100.4100.02
HSL284.55º89.38%77.84%-
HSV(B)284.55º40.56%97.65%-
XYZ58.1243.7195-
YUV181.94165.85157.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.97%
GREEN value IS 148 (58.20% from 255) = 23.87%
BLUE value IS 249 (97.66% from 255) = 40.16%
R=35.97%
G=23.87%
B=40.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231482490.100.4100.02284.5589.3877.84
HexDF94F9A290211d594e
Octal337224371125102435131116
Binary110111111001010011111001101010100101010001110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94F9; }

 p { color: rgb(223,148,249); }

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

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

 a { background-color: rgb(223,148,249); }

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

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

 span { border-color: rgb(223,148,249); }

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