#DA9DF4

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

Shades of Mauve #DA9DF4

Tints of Mauve #DA9DF4

Color information

#DA9DF4 (or 0xDA9DF4) is unknown color: approx Mauve. HEX triplet: DA, 9D and F4. RGB value is (218,157,244). Sum of RGB (Red+Green+Blue) = 218+157+244=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 244 (95.70% from 255 or 39.42% from 619); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA9DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DF4 is #25620B. Grayscale: #B8B8B8. Windows color (decimal): -2449932 or 16031194. OLE color: 16031194.

HSL color Cylindrical-coordinate representation of color #DA9DF4: hue angle of 282.07º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA9DF4 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218157244-
CMYK0.110.3600.04
HSL282.07º79.82%78.63%-
HSV(B)282.07º35.66%95.69%-
XYZ57.345.5591.36-
YUV185.16161.21151.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 244 (95.70% from 255) = 39.42%
R=35.22%
G=25.36%
B=39.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181572440.110.3600.04282.0779.8278.63
HexDA9DF4B240411a504f
Octal332235364134404432120117
Binary1101101010011101111101001011100100010010001101010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DF4; }

 p { color: rgb(218,157,244); }

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

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

 a { background-color: rgb(218,157,244); }

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

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

 span { border-color: rgb(218,157,244); }

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