Html Css Color HEX #D49EFB Mauve

📋 copy color: '#D49EFB'

red 212 ◦ green 158 ◦ blue 251

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

Shades of Mauve #D49EFB

Tints of Mauve #D49EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.42%

R = 34.14%
G = 25.44%
B = 40.42%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D49EFB (or 0xD49EFB) is known color: Mauve. HEX triplet: D4, 9E and FB. RGB value is (212,158,251). Sum of RGB (Red+Green+Blue) = 212+158+251=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #D49EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EFB is #2B6104. Grayscale: #B8B8B8. Windows color (decimal): -2842885 or 16490196. OLE color: 16490196.

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

Color convert

RGB 212 158 251 -
CMYK 0.16 0.37 0 0.02
HSL 274.84º 0.92% 0.8% -
HSV(B) 274.84º 0.37% 0.98% -
XYZ 56.79 45.42 97.04 -
YUV 184.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 212 158 251 0.16 0.37 0 0.02 274.84 0.92 0.8
Hex D4 9E FB 10 25 0 2 113 5C 50
Octal 324 236 373 20 45 0 2 423 134 120
Binary 11010100 10011110 11111011 10000 100101 0 10 100010011 1011100 1010000

Color Harmonies of #D49EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49EFB

Black with #D49EFB

Text Example


Text Example

White with #D49EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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