Html Css Color HEX #DAA7F7 Mauve

📋 copy color: '#DAA7F7'

red 218 ◦ green 167 ◦ blue 247

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

Shades of Mauve #DAA7F7

Tints of Mauve #DAA7F7

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.42%

 BLUE value IS 247 (96.88% from 255) = 39.08%

R = 34.49%
G = 26.42%
B = 39.08%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DAA7F7 (or 0xDAA7F7) is known color: Mauve. HEX triplet: DA, A7 and F7. RGB value is (218,167,247). Sum of RGB (Red+Green+Blue) = 218+167+247=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 167 (65.62% from 255 or 26.42% from 632); Blue value is 247 (96.88% from 255 or 39.08% from 632); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAA7F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA7F7 is #255808. Grayscale: #BFBFBF. Windows color (decimal): -2447369 or 16230362. OLE color: 16230362.

HSL color Cylindrical-coordinate representation of color #DAA7F7: hue angle of 278.25º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA7F7 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 167 247 -
CMYK 0.12 0.32 0 0.03
HSL 278.25º 0.83% 0.81% -
HSV(B) 278.25º 0.32% 0.97% -
XYZ 59.52 49.26 94.37 -
YUV 191.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 218 167 247 0.12 0.32 0 0.03 278.25 0.83 0.81
Hex DA A7 F7 C 20 0 3 116 53 51
Octal 332 247 367 14 40 0 3 426 123 121
Binary 11011010 10100111 11110111 1100 100000 0 11 100010110 1010011 1010001

Color Harmonies of #DAA7F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7F7

Black with #DAA7F7

Text Example


Text Example

White with #DAA7F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7F7; }

 p { color: rgb(218,167,247); }

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

background-color css

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

 a { background-color: rgb(218,167,247); }

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

border-color css

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

 span { border-color: rgb(218,167,247); }

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