#DA9EFC

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

Shades of Mauve #DA9EFC

Tints of Mauve #DA9EFC

Color information

#DA9EFC (or 0xDA9EFC) is unknown color: approx Mauve. HEX triplet: DA, 9E and FC. RGB value is (218,158,252). Sum of RGB (Red+Green+Blue) = 218+158+252=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EFC is #256103. Grayscale: #BABABA. Windows color (decimal): -2449668 or 16555738. OLE color: 16555738.

HSL color Cylindrical-coordinate representation of color #DA9EFC: hue angle of 278.3º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9EFC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218158252-
CMYK0.130.3700.01
HSL278.3º94%80.39%-
HSV(B)278.3º37.3%98.82%-
XYZ58.7146.3997.95-
YUV186.66164.88150.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.71%
GREEN value IS 158 (62.11% from 255) = 25.16%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=34.71%
G=25.16%
B=40.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181582520.130.3700.01278.39480.39
HexDA9EFCD25011165e50
Octal332236374154501426136120
Binary11011010100111101111110011011001010110001011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EFC; }

 p { color: rgb(218,158,252); }

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

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

 a { background-color: rgb(218,158,252); }

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

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

 span { border-color: rgb(218,158,252); }

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