#DA9FF8

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

Shades of Mauve #DA9FF8

Tints of Mauve #DA9FF8

Color information

#DA9FF8 (or 0xDA9FF8) is unknown color: approx Mauve. HEX triplet: DA, 9F and F8. RGB value is (218,159,248). Sum of RGB (Red+Green+Blue) = 218+159+248=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #DA9FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9FF8 is #256007. Grayscale: #BABABA. Windows color (decimal): -2449416 or 16293850. OLE color: 16293850.

HSL color Cylindrical-coordinate representation of color #DA9FF8: hue angle of 279.78º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA9FF8 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218159248-
CMYK0.120.3600.03
HSL279.78º86.41%79.8%-
HSV(B)279.78º35.89%97.25%-
XYZ58.2546.4894.71-
YUV186.79162.55150.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=34.88%
G=25.44%
B=39.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2181592480.120.3600.03279.7886.4179.8
HexDA9FF8C24031185650
Octal332237370144403430126120
Binary110110101001111111111000110010010001110001100010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9FF8; }

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

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

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

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

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

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

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

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