#DA9DF3

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

Shades of Mauve #DA9DF3

Tints of Mauve #DA9DF3

Color information

#DA9DF3 (or 0xDA9DF3) is unknown color: approx Mauve. HEX triplet: DA, 9D and F3. RGB value is (218,157,243). Sum of RGB (Red+Green+Blue) = 218+157+243=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #DA9DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DF3 is #25620C. Grayscale: #B8B8B8. Windows color (decimal): -2449933 or 15965658. OLE color: 15965658.

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

Color convert

RGB218157243-
CMYK0.100.3500.05
HSL282.56º78.18%78.43%-
HSV(B)282.56º35.39%95.29%-
XYZ57.1545.4990.56-
YUV185.04160.71151.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 157 (61.72% from 255) = 25.40%
BLUE value IS 243 (95.31% from 255) = 39.32%
R=35.28%
G=25.40%
B=39.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2181572430.100.3500.05282.5678.1878.43
HexDA9DF3A230511b4e4e
Octal332235363124305433116116
Binary1101101010011101111100111010100011010110001101110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DF3; }

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

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

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

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

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

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

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

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