#DA9FFA

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

Shades of Mauve #DA9FFA

Tints of Mauve #DA9FFA

Color information

#DA9FFA (or 0xDA9FFA) is unknown color: approx Mauve. HEX triplet: DA, 9F and FA. RGB value is (218,159,250). Sum of RGB (Red+Green+Blue) = 218+159+250=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 159 (62.5% from 255 or 25.36% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FFA is #256005. Grayscale: #BABABA. Windows color (decimal): -2449414 or 16424922. OLE color: 16424922.

HSL color Cylindrical-coordinate representation of color #DA9FFA: hue angle of 278.9º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA9FFA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218159250-
CMYK0.130.3600.02
HSL278.9º90.1%80.2%-
HSV(B)278.9º36.4%98.04%-
XYZ58.5746.696.35-
YUV187.02163.55150.1-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 159 (62.5% from 255) = 25.36%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=34.77%
G=25.36%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181592500.130.3600.02278.990.180.2
HexDA9FFAD24021175a50
Octal332237372154402427132120
Binary110110101001111111111010110110010001010001011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FFA; }

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

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

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

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

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

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

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

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