Html Css Color HEX #DAA3F2 Mauve

📋 copy color: '#DAA3F2'

red 218 ◦ green 163 ◦ blue 242

#DAA3F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #DAA3F2

Tints of Mauve #DAA3F2

RGB

 RED value IS 218 (85.55% from 255) = 34.99%

 GREEN value IS 163 (64.06% from 255) = 26.16%

 BLUE value IS 242 (94.92% from 255) = 38.84%

R = 34.99%
G = 26.16%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAA3F2 (or 0xDAA3F2) is known color: Mauve. HEX triplet: DA, A3 and F2. RGB value is (218,163,242). Sum of RGB (Red+Green+Blue) = 218+163+242=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3F2 is #255C0D. Grayscale: #BCBCBC. Windows color (decimal): -2448398 or 15901658. OLE color: 15901658.

HSL color Cylindrical-coordinate representation of color #DAA3F2: hue angle of 281.77º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA3F2 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 163 242 -
CMYK 0.10 0.33 0 0.05
HSL 281.77º 0.75% 0.79% -
HSV(B) 281.77º 0.33% 0.95% -
XYZ 58.04 47.51 90.12 -
YUV 188.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 218 163 242 0.10 0.33 0 0.05 281.77 0.75 0.79
Hex DA A3 F2 A 21 0 5 11A 4B 4F
Octal 332 243 362 12 41 0 5 432 113 117
Binary 11011010 10100011 11110010 1010 100001 0 101 100011010 1001011 1001111

Color Harmonies of #DAA3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3F2

Black with #DAA3F2

Text Example


Text Example

White with #DAA3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3F2; }

 p { color: rgb(218,163,242); }

 H1.HeaderClassName
 {
   color: #DAA3F2;
 }
 .AnyTagClassName
 {
   color: #DAA3F2;
 }
</style>

background-color css

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

 a { background-color: rgb(218,163,242); }

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

border-color css

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

 span { border-color: rgb(218,163,242); }

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