#DA97F4

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

Shades of Mauve #DA97F4

Tints of Mauve #DA97F4

Color information

#DA97F4 (or 0xDA97F4) is unknown color: approx Mauve. HEX triplet: DA, 97 and F4. RGB value is (218,151,244). Sum of RGB (Red+Green+Blue) = 218+151+244=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA97F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97F4 is #25680B. Grayscale: #B5B5B5. Windows color (decimal): -2451468 or 16029658. OLE color: 16029658.

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

Color convert

RGB218151244-
CMYK0.110.3800.04
HSL283.23º80.87%77.45%-
HSV(B)283.23º38.11%95.69%-
XYZ56.3143.5791.03-
YUV181.64163.2153.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 244 (95.70% from 255) = 39.80%
R=35.56%
G=24.63%
B=39.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181512440.110.3800.04283.2380.8777.45
HexDA97F4B260411b514d
Octal332227364134604433121115
Binary1101101010010111111101001011100110010010001101110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97F4; }

 p { color: rgb(218,151,244); }

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

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

 a { background-color: rgb(218,151,244); }

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

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

 span { border-color: rgb(218,151,244); }

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