#DA97FF

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

Shades of Mauve #DA97FF

Tints of Mauve #DA97FF

Color information

#DA97FF (or 0xDA97FF) is unknown color: approx Mauve. HEX triplet: DA, 97 and FF. RGB value is (218,151,255). Sum of RGB (Red+Green+Blue) = 218+151+255=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 151 (59.38% from 255 or 24.20% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA97FF is #256800. Grayscale: #B6B6B6. Windows color (decimal): -2451457 or 16750554. OLE color: 16750554.

HSL color Cylindrical-coordinate representation of color #DA97FF: hue angle of 278.65º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA97FF is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB218151255-
CMYK0.150.4100
HSL278.65º100%79.61%-
HSV(B)278.65º40.78%100%-
XYZ58.0344.26100.09-
YUV182.89168.7153.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.94%
GREEN value IS 151 (59.38% from 255) = 24.20%
BLUE value IS 255 (100% from 255) = 40.87%
R=34.94%
G=24.20%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181512550.150.4100278.6510079.61
HexDA97FFF29001176450
Octal332227377175100427144120
Binary11011010100101111111111111111010010010001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA97FF; }

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

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

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

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

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

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

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

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