#DA9EFD

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

Shades of Mauve #DA9EFD

Tints of Mauve #DA9EFD

Color information

#DA9EFD (or 0xDA9EFD) is unknown color: approx Mauve. HEX triplet: DA, 9E and FD. RGB value is (218,158,253). Sum of RGB (Red+Green+Blue) = 218+158+253=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9EFD is #256102. Grayscale: #BABABA. Windows color (decimal): -2449667 or 16621274. OLE color: 16621274.

HSL color Cylindrical-coordinate representation of color #DA9EFD: hue angle of 277.89º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9EFD is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB218158253-
CMYK0.140.3800.01
HSL277.89º95.96%80.59%-
HSV(B)277.89º37.55%99.22%-
XYZ58.8746.4598.79-
YUV186.77165.38150.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 158 (62.11% from 255) = 25.12%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=34.66%
G=25.12%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181582530.140.3800.01277.8995.9680.59
HexDA9EFDE26011166051
Octal332236375164601426140121
Binary11011010100111101111110111101001100110001011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9EFD; }

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

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

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

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

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

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

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

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