#DA9DFF

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

Shades of Mauve #DA9DFF

Tints of Mauve #DA9DFF

Color information

#DA9DFF (or 0xDA9DFF) is unknown color: approx Mauve. HEX triplet: DA, 9D and FF. RGB value is (218,157,255). Sum of RGB (Red+Green+Blue) = 218+157+255=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9DFF is #256200. Grayscale: #BABABA. Windows color (decimal): -2449921 or 16752090. OLE color: 16752090.

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

Color convert

RGB218157255-
CMYK0.150.3800
HSL277.35º100%80.78%-
HSV(B)277.35º38.43%100%-
XYZ59.0246.24100.42-
YUV186.41166.71150.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 157 (61.72% from 255) = 24.92%
BLUE value IS 255 (100% from 255) = 40.48%
R=34.60%
G=24.92%
B=40.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181572550.150.3800277.3510080.78
HexDA9DFFF26001156451
Octal332235377174600425144121
Binary11011010100111011111111111111001100010001010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9DFF; }

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

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

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

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

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

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

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

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