Html Css Color HEX #DAA2FC Mauve

📋 copy color: '#DAA2FC'

red 218 ◦ green 162 ◦ blue 252

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

Shades of Mauve #DAA2FC

Tints of Mauve #DAA2FC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.63%

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

R = 34.49%
G = 25.63%
B = 39.87%

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

#DAA2FC (or 0xDAA2FC) is known color: Mauve. HEX triplet: DA, A2 and FC. RGB value is (218,162,252). Sum of RGB (Red+Green+Blue) = 218+162+252=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 162 (63.67% from 255 or 25.63% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DAA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2FC is #255D03. Grayscale: #BCBCBC. Windows color (decimal): -2448644 or 16556762. OLE color: 16556762.

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

Color convert

RGB 218 162 252 -
CMYK 0.13 0.36 0 0.01
HSL 277.33º 0.94% 0.81% -
HSV(B) 277.33º 0.36% 0.99% -
XYZ 59.4 47.77 98.19 -
YUV 189 163.55 148.68 -
System Red Green Blue C M Y K H S L
Decimal 218 162 252 0.13 0.36 0 0.01 277.33 0.94 0.81
Hex DA A2 FC D 24 0 1 115 5E 51
Octal 332 242 374 15 44 0 1 425 136 121
Binary 11011010 10100010 11111100 1101 100100 0 1 100010101 1011110 1010001

Color Harmonies of #DAA2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2FC

Black with #DAA2FC

Text Example


Text Example

White with #DAA2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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