#DF94FC

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

Shades of Mauve #DF94FC

Tints of Mauve #DF94FC

Color information

#DF94FC (or 0xDF94FC) is unknown color: approx Mauve. HEX triplet: DF, 94 and FC. RGB value is (223,148,252). Sum of RGB (Red+Green+Blue) = 223+148+252=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF94FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FC is #206B03. Grayscale: #B5B5B5. Windows color (decimal): -2124548 or 16553183. OLE color: 16553183.

HSL color Cylindrical-coordinate representation of color #DF94FC: hue angle of 283.27º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF94FC is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223148252-
CMYK0.120.4100.01
HSL283.27º94.55%78.43%-
HSV(B)283.27º41.27%98.82%-
XYZ58.5943.997.48-
YUV182.28167.35157.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 148 (58.20% from 255) = 23.76%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=35.79%
G=23.76%
B=40.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231482520.120.4100.01283.2794.5578.43
HexDF94FCC290111b5f4e
Octal337224374145101433137116
Binary11011111100101001111110011001010010110001101110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94FC; }

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

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

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

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

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

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

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

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