Html Css Color HEX #DAA4F1 Mauve

📋 copy color: '#DAA4F1'

red 218 ◦ green 164 ◦ blue 241

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

Shades of Mauve #DAA4F1

Tints of Mauve #DAA4F1

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.32%

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 34.99%
G = 26.32%
B = 38.68%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAA4F1 (or 0xDAA4F1) is known color: Mauve. HEX triplet: DA, A4 and F1. RGB value is (218,164,241). Sum of RGB (Red+Green+Blue) = 218+164+241=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA4F1 is #255B0E. Grayscale: #BCBCBC. Windows color (decimal): -2448143 or 15836378. OLE color: 15836378.

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

Color convert

RGB 218 164 241 -
CMYK 0.10 0.32 0 0.05
HSL 282.08º 0.73% 0.79% -
HSV(B) 282.08º 0.32% 0.95% -
XYZ 58.07 47.81 89.39 -
YUV 188.92 157.39 148.74 -
System Red Green Blue C M Y K H S L
Decimal 218 164 241 0.10 0.32 0 0.05 282.08 0.73 0.79
Hex DA A4 F1 A 20 0 5 11A 49 4F
Octal 332 244 361 12 40 0 5 432 111 117
Binary 11011010 10100100 11110001 1010 100000 0 101 100011010 1001001 1001111

Color Harmonies of #DAA4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4F1

Black with #DAA4F1

Text Example


Text Example

White with #DAA4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4F1; }

 p { color: rgb(218,164,241); }

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

background-color css

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

 a { background-color: rgb(218,164,241); }

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

border-color css

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

 span { border-color: rgb(218,164,241); }

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