#DF94FD

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

Shades of Mauve #DF94FD

Tints of Mauve #DF94FD

Color information

#DF94FD (or 0xDF94FD) is unknown color: approx Mauve. HEX triplet: DF, 94 and FD. RGB value is (223,148,253). Sum of RGB (Red+Green+Blue) = 223+148+253=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 148 (58.20% from 255 or 23.72% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF94FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF94FD is #206B02. Grayscale: #B6B6B6. Windows color (decimal): -2124547 or 16618719. OLE color: 16618719.

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

Color convert

RGB223148253-
CMYK0.120.4200.01
HSL282.86º96.33%78.63%-
HSV(B)282.86º41.5%99.22%-
XYZ58.7543.9698.32-
YUV182.4167.85156.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 148 (58.20% from 255) = 23.72%
BLUE value IS 253 (99.22% from 255) = 40.54%
R=35.74%
G=23.72%
B=40.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231482530.120.4200.01282.8696.3378.63
HexDF94FDC2A0111b604f
Octal337224375145201433140117
Binary11011111100101001111110111001010100110001101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF94FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF94FD; }

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

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

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

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

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

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

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

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