#DA97FA

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

Shades of Mauve #DA97FA

Tints of Mauve #DA97FA

Color information

#DA97FA (or 0xDA97FA) is unknown color: approx Mauve. HEX triplet: DA, 97 and FA. RGB value is (218,151,250). Sum of RGB (Red+Green+Blue) = 218+151+250=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97FA is #256805. Grayscale: #B5B5B5. Windows color (decimal): -2451462 or 16422874. OLE color: 16422874.

HSL color Cylindrical-coordinate representation of color #DA97FA: hue angle of 280.61º 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 #DA97FA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218151250-
CMYK0.130.4000.02
HSL280.61º90.83%78.63%-
HSV(B)280.61º39.6%98.04%-
XYZ57.2443.9495.91-
YUV182.32166.2153.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=35.22%
G=24.39%
B=40.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181512500.130.4000.02280.6190.8378.63
HexDA97FAD28021195b4f
Octal332227372155002431133117
Binary110110101001011111111010110110100001010001100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97FA; }

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

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

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

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

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

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

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

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