#DA97F9

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

Shades of Mauve #DA97F9

Tints of Mauve #DA97F9

Color information

#DA97F9 (or 0xDA97F9) is unknown color: approx Mauve. HEX triplet: DA, 97 and F9. RGB value is (218,151,249). Sum of RGB (Red+Green+Blue) = 218+151+249=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97F9 is #256806. Grayscale: #B5B5B5. Windows color (decimal): -2451463 or 16357338. OLE color: 16357338.

HSL color Cylindrical-coordinate representation of color #DA97F9: hue angle of 281.02º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA97F9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218151249-
CMYK0.120.3900.02
HSL281.02º89.09%78.43%-
HSV(B)281.02º39.36%97.65%-
XYZ57.0843.8895.08-
YUV182.2165.7153.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 151 (59.38% from 255) = 24.43%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=35.28%
G=24.43%
B=40.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181512490.120.3900.02281.0289.0978.43
HexDA97F9C2702119594e
Octal332227371144702431131116
Binary110110101001011111111001110010011101010001100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97F9; }

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

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

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

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

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

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

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

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