#DAA1FD

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

Shades of Mauve #DAA1FD

Tints of Mauve #DAA1FD

Color information

#DAA1FD (or 0xDAA1FD) is unknown color: approx Mauve. HEX triplet: DA, A1 and FD. RGB value is (218,161,253). Sum of RGB (Red+Green+Blue) = 218+161+253=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 161 (63.28% from 255 or 25.47% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1FD is #255E02. Grayscale: #BCBCBC. Windows color (decimal): -2448899 or 16622042. OLE color: 16622042.

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

Color convert

RGB218161253-
CMYK0.140.3600.01
HSL277.17º95.83%81.18%-
HSV(B)277.17º36.36%99.22%-
XYZ59.3947.4998.96-
YUV188.53164.38149.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 161 (63.28% from 255) = 25.47%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=34.49%
G=25.47%
B=40.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181612530.140.3600.01277.1795.8381.18
HexDAA1FDE24011156051
Octal332241375164401425140121
Binary11011010101000011111110111101001000110001010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1FD; }

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

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

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

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

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

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

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

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