Html Css Color HEX #DAA0F2 Mauve

📋 copy color: '#DAA0F2'

red 218 ◦ green 160 ◦ blue 242

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

Shades of Mauve #DAA0F2

Tints of Mauve #DAA0F2

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.81%

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

R = 35.16%
G = 25.81%
B = 39.03%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DAA0F2 (or 0xDAA0F2) is known color: Mauve. HEX triplet: DA, A0 and F2. RGB value is (218,160,242). Sum of RGB (Red+Green+Blue) = 218+160+242=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #DAA0F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0F2 is #255F0D. Grayscale: #BABABA. Windows color (decimal): -2449166 or 15900890. OLE color: 15900890.

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

Color convert

RGB 218 160 242 -
CMYK 0.10 0.34 0 0.05
HSL 282.44º 0.76% 0.79% -
HSV(B) 282.44º 0.34% 0.95% -
XYZ 57.51 46.46 89.94 -
YUV 186.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 218 160 242 0.10 0.34 0 0.05 282.44 0.76 0.79
Hex DA A0 F2 A 22 0 5 11A 4C 4F
Octal 332 240 362 12 42 0 5 432 114 117
Binary 11011010 10100000 11110010 1010 100010 0 101 100011010 1001100 1001111

Color Harmonies of #DAA0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0F2

Black with #DAA0F2

Text Example


Text Example

White with #DAA0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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