#DAA0FD

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

Shades of Mauve #DAA0FD

Tints of Mauve #DAA0FD

Color information

#DAA0FD (or 0xDAA0FD) is unknown color: approx Mauve. HEX triplet: DA, A0 and FD. RGB value is (218,160,253). Sum of RGB (Red+Green+Blue) = 218+160+253=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAA0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0FD is #255F02. Grayscale: #BBBBBB. Windows color (decimal): -2449155 or 16621786. OLE color: 16621786.

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

Color convert

RGB218160253-
CMYK0.140.3700.01
HSL277.42º95.88%80.98%-
HSV(B)277.42º36.76%99.22%-
XYZ59.2147.1498.91-
YUV187.94164.72149.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 160 (62.89% from 255) = 25.36%
BLUE value IS 253 (99.22% from 255) = 40.10%
R=34.55%
G=25.36%
B=40.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181602530.140.3700.01277.4295.8880.98
HexDAA0FDE25011156051
Octal332240375164501425140121
Binary11011010101000001111110111101001010110001010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0FD; }

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

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

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

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

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

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

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

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