Html Css Color HEX #D49EF4 Mauve

📋 copy color: '#D49EF4'

red 212 ◦ green 158 ◦ blue 244

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

Shades of Mauve #D49EF4

Tints of Mauve #D49EF4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.73%

 BLUE value IS 244 (95.7% from 255) = 39.74%

R = 34.53%
G = 25.73%
B = 39.74%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D49EF4 (or 0xD49EF4) is known color: Mauve. HEX triplet: D4, 9E and F4. RGB value is (212,158,244). Sum of RGB (Red+Green+Blue) = 212+158+244=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 158 (62.11% from 255 or 25.73% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #D49EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EF4 is #2B610B. Grayscale: #B7B7B7. Windows color (decimal): -2842892 or 16031444. OLE color: 16031444.

HSL color Cylindrical-coordinate representation of color #D49EF4: hue angle of 277.67º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49EF4 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 158 244 -
CMYK 0.13 0.35 0 0.04
HSL 277.67º 0.8% 0.79% -
HSV(B) 277.67º 0.35% 0.96% -
XYZ 55.71 44.98 91.33 -
YUV 183.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 212 158 244 0.13 0.35 0 0.04 277.67 0.8 0.79
Hex D4 9E F4 D 23 0 4 116 50 4F
Octal 324 236 364 15 43 0 4 426 120 117
Binary 11010100 10011110 11110100 1101 100011 0 100 100010110 1010000 1001111

Color Harmonies of #D49EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EF4

Black with #D49EF4

Text Example


Text Example

White with #D49EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EF4; }

 p { color: rgb(212,158,244); }

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

background-color css

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

 a { background-color: rgb(212,158,244); }

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

border-color css

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

 span { border-color: rgb(212,158,244); }

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