#da9af3

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

Shades of Mauve #DA9AF3

Tints of Mauve #DA9AF3

Color information

#DA9AF3 (or 0xDA9AF3) is unknown color: approx Mauve. HEX triplet: DA, 9A and F3. RGB value is (218,154,243). Sum of RGB (Red+Green+Blue) = 218+154+243=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9AF3 is #25650C. Grayscale: #B6B6B6. Windows color (decimal): -2450701 or 15964890. OLE color: 15964890.

HSL color Cylindrical-coordinate representation of color #DA9AF3: hue angle of 283.15º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9AF3 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218154243-
CMYK0.100.3700.05
HSL283.15º78.76%77.84%-
HSV(B)283.15º36.63%95.29%-
XYZ56.6544.4990.4-
YUV183.28161.7152.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 154 (60.55% from 255) = 25.04%
BLUE value IS 243 (95.31% from 255) = 39.51%
R=35.45%
G=25.04%
B=39.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181542430.100.3700.05283.1578.7677.84
HexDA9AF3A250511b4f4e
Octal332232363124505433117116
Binary1101101010011010111100111010100101010110001101110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da9af3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da9af3; }

 p { color: rgb(218,154,243); }

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

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

 a { background-color: rgb(218,154,243); }

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

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

 span { border-color: rgb(218,154,243); }

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