#DA9CFF

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

Shades of Mauve #DA9CFF

Tints of Mauve #DA9CFF

Color information

#DA9CFF (or 0xDA9CFF) is unknown color: approx Mauve. HEX triplet: DA, 9C and FF. RGB value is (218,156,255). Sum of RGB (Red+Green+Blue) = 218+156+255=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 156 (61.33% from 255 or 24.80% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CFF is #256300. Grayscale: #B9B9B9. Windows color (decimal): -2450177 or 16751834. OLE color: 16751834.

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

Color convert

RGB218156255-
CMYK0.150.3900
HSL277.58º100%80.59%-
HSV(B)277.58º38.82%100%-
XYZ58.8545.9100.37-
YUV185.82167.04150.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 156 (61.33% from 255) = 24.80%
BLUE value IS 255 (100% from 255) = 40.54%
R=34.66%
G=24.80%
B=40.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2181562550.150.3900277.5810080.59
HexDA9CFFF27001166451
Octal332234377174700426144121
Binary11011010100111001111111111111001110010001011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9CFF; }

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

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

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

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

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

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

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

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