#DA9FF1

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

Shades of Mauve #DA9FF1

Tints of Mauve #DA9FF1

Color information

#DA9FF1 (or 0xDA9FF1) is unknown color: approx Mauve. HEX triplet: DA, 9F and F1. RGB value is (218,159,241). Sum of RGB (Red+Green+Blue) = 218+159+241=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FF1 is #25600E. Grayscale: #B9B9B9. Windows color (decimal): -2449423 or 15835098. OLE color: 15835098.

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

Color convert

RGB218159241-
CMYK0.100.3400.05
HSL283.17º74.55%78.43%-
HSV(B)283.17º34.02%94.51%-
XYZ57.1946.0589.09-
YUV185.99159.05150.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=35.28%
G=25.73%
B=39.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181592410.100.3400.05283.1774.5578.43
HexDA9FF1A220511b4b4e
Octal332237361124205433113116
Binary1101101010011111111100011010100010010110001101110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FF1; }

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

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

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

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

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

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

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

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