#DF94FB

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

Shades of Mauve #DF94FB

Tints of Mauve #DF94FB

Color information

#DF94FB (or 0xDF94FB) is unknown color: approx Mauve. HEX triplet: DF, 94 and FB. RGB value is (223,148,251). Sum of RGB (Red+Green+Blue) = 223+148+251=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 148 (58.20% from 255 or 23.79% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF94FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FB is #206B04. Grayscale: #B5B5B5. Windows color (decimal): -2124549 or 16487647. OLE color: 16487647.

HSL color Cylindrical-coordinate representation of color #DF94FB: hue angle of 283.69º degrees, saturation: 0.93, 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 #DF94FB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223148251-
CMYK0.110.4100.02
HSL283.69º92.79%78.24%-
HSV(B)283.69º41.04%98.43%-
XYZ58.4343.8396.65-
YUV182.17166.85157.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.85%
GREEN value IS 148 (58.20% from 255) = 23.79%
BLUE value IS 251 (98.44% from 255) = 40.35%
R=35.85%
G=23.79%
B=40.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231482510.110.4100.02283.6992.7978.24
HexDF94FBB290211c5d4e
Octal337224373135102434135116
Binary110111111001010011111011101110100101010001110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94FB; }

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

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

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

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

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

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

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

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