Html Css Color HEX #D49AF6 Mauve

📋 copy color: '#D49AF6'

red 212 ◦ green 154 ◦ blue 246

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

Shades of Mauve #D49AF6

Tints of Mauve #D49AF6

RGB

 RED value IS 212 (83.2% from 255) = 34.64%

 GREEN value IS 154 (60.55% from 255) = 25.16%

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 34.64%
G = 25.16%
B = 40.2%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D49AF6 (or 0xD49AF6) is known color: Mauve. HEX triplet: D4, 9A and F6. RGB value is (212,154,246). Sum of RGB (Red+Green+Blue) = 212+154+246=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #D49AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49AF6 is #2B6509. Grayscale: #B5B5B5. Windows color (decimal): -2843914 or 16161492. OLE color: 16161492.

HSL color Cylindrical-coordinate representation of color #D49AF6: hue angle of 277.83º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49AF6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 154 246 -
CMYK 0.14 0.37 0 0.04
HSL 277.83º 0.84% 0.78% -
HSV(B) 277.83º 0.37% 0.96% -
XYZ 55.34 43.76 92.72 -
YUV 181.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 212 154 246 0.14 0.37 0 0.04 277.83 0.84 0.78
Hex D4 9A F6 E 25 0 4 116 54 4E
Octal 324 232 366 16 45 0 4 426 124 116
Binary 11010100 10011010 11110110 1110 100101 0 100 100010110 1010100 1001110

Color Harmonies of #D49AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AF6

Black with #D49AF6

Text Example


Text Example

White with #D49AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AF6; }

 p { color: rgb(212,154,246); }

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

background-color css

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

 a { background-color: rgb(212,154,246); }

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

border-color css

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

 span { border-color: rgb(212,154,246); }

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