#DF98F4

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

Shades of Mauve #DF98F4

Tints of Mauve #DF98F4

Color information

#DF98F4 (or 0xDF98F4) is unknown color: approx Mauve. HEX triplet: DF, 98 and F4. RGB value is (223,152,244). Sum of RGB (Red+Green+Blue) = 223+152+244=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #DF98F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98F4 is #20670B. Grayscale: #B7B7B7. Windows color (decimal): -2123532 or 16029919. OLE color: 16029919.

HSL color Cylindrical-coordinate representation of color #DF98F4: hue angle of 286.3º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF98F4 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223152244-
CMYK0.090.3800.04
HSL286.3º80.7%77.65%-
HSV(B)286.3º37.7%95.69%-
XYZ57.9944.6891.15-
YUV183.72162.02156.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 152 (59.77% from 255) = 24.56%
BLUE value IS 244 (95.70% from 255) = 39.42%
R=36.03%
G=24.56%
B=39.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231522440.090.3800.04286.380.777.65
HexDF98F49260411e514e
Octal337230364114604436121116
Binary1101111110011000111101001001100110010010001111010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF98F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF98F4; }

 p { color: rgb(223,152,244); }

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

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

 a { background-color: rgb(223,152,244); }

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

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

 span { border-color: rgb(223,152,244); }

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