Html Css Color HEX #DAA1FC Mauve

📋 copy color: '#DAA1FC'

red 218 ◦ green 161 ◦ blue 252

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

Shades of Mauve #DAA1FC

Tints of Mauve #DAA1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.52%

 BLUE value IS 252 (98.83% from 255) = 39.94%

R = 34.55%
G = 25.52%
B = 39.94%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DAA1FC (or 0xDAA1FC) is known color: Mauve. HEX triplet: DA, A1 and FC. RGB value is (218,161,252). Sum of RGB (Red+Green+Blue) = 218+161+252=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 161 (63.28% from 255 or 25.52% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA1FC is #255E03. Grayscale: #BCBCBC. Windows color (decimal): -2448900 or 16556506. OLE color: 16556506.

HSL color Cylindrical-coordinate representation of color #DAA1FC: hue angle of 277.58º degrees, saturation: 0.94, 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 #DAA1FC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 161 252 -
CMYK 0.13 0.36 0 0.01
HSL 277.58º 0.94% 0.81% -
HSV(B) 277.58º 0.36% 0.99% -
XYZ 59.23 47.42 98.13 -
YUV 188.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 218 161 252 0.13 0.36 0 0.01 277.58 0.94 0.81
Hex DA A1 FC D 24 0 1 116 5E 51
Octal 332 241 374 15 44 0 1 426 136 121
Binary 11011010 10100001 11111100 1101 100100 0 1 100010110 1011110 1010001

Color Harmonies of #DAA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1FC

Black with #DAA1FC

Text Example


Text Example

White with #DAA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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