Html Css Color HEX #D49EFC Mauve

📋 copy color: '#D49EFC'

red 212 ◦ green 158 ◦ blue 252

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

Shades of Mauve #D49EFC

Tints of Mauve #D49EFC

RGB

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

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

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

R = 34.08%
G = 25.4%
B = 40.51%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D49EFC (or 0xD49EFC) is known color: Mauve. HEX triplet: D4, 9E and FC. RGB value is (212,158,252). Sum of RGB (Red+Green+Blue) = 212+158+252=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #D49EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EFC is #2B6103. Grayscale: #B8B8B8. Windows color (decimal): -2842884 or 16555732. OLE color: 16555732.

HSL color Cylindrical-coordinate representation of color #D49EFC: hue angle of 274.47º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D49EFC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 158 252 -
CMYK 0.16 0.37 0 0.01
HSL 274.47º 0.94% 0.8% -
HSV(B) 274.47º 0.37% 0.99% -
XYZ 56.95 45.48 97.87 -
YUV 184.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 212 158 252 0.16 0.37 0 0.01 274.47 0.94 0.8
Hex D4 9E FC 10 25 0 1 112 5E 50
Octal 324 236 374 20 45 0 1 422 136 120
Binary 11010100 10011110 11111100 10000 100101 0 1 100010010 1011110 1010000

Color Harmonies of #D49EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EFC

Black with #D49EFC

Text Example


Text Example

White with #D49EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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