#DF97FA

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

Shades of Mauve #DF97FA

Tints of Mauve #DF97FA

Color information

#DF97FA (or 0xDF97FA) is unknown color: approx Mauve. HEX triplet: DF, 97 and FA. RGB value is (223,151,250). Sum of RGB (Red+Green+Blue) = 223+151+250=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF97FA is #206805. Grayscale: #B7B7B7. Windows color (decimal): -2123782 or 16422879. OLE color: 16422879.

HSL color Cylindrical-coordinate representation of color #DF97FA: hue angle of 283.64º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF97FA is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223151250-
CMYK0.110.4000.02
HSL283.64º90.83%78.63%-
HSV(B)283.64º39.6%98.04%-
XYZ58.7544.7295.98-
YUV183.81165.35155.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=35.74%
G=24.20%
B=40.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231512500.110.4000.02283.6490.8378.63
HexDF97FAB280211c5b4f
Octal337227372135002434133117
Binary110111111001011111111010101110100001010001110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF97FA; }

 p { color: rgb(223,151,250); }

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

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

 a { background-color: rgb(223,151,250); }

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

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

 span { border-color: rgb(223,151,250); }

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