Html Css Color HEX #D49BF6 Mauve

📋 copy color: '#D49BF6'

red 212 ◦ green 155 ◦ blue 246

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

Shades of Mauve #D49BF6

Tints of Mauve #D49BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.29%

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

R = 34.58%
G = 25.29%
B = 40.13%

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

#D49BF6 (or 0xD49BF6) is known color: Mauve. HEX triplet: D4, 9B and F6. RGB value is (212,155,246). Sum of RGB (Red+Green+Blue) = 212+155+246=613 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.58% from 613); Green value is 155 (60.94% from 255 or 25.29% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #D49BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BF6 is #2B6409. Grayscale: #B6B6B6. Windows color (decimal): -2843658 or 16161748. OLE color: 16161748.

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

Color convert

RGB 212 155 246 -
CMYK 0.14 0.37 0 0.04
HSL 277.58º 0.83% 0.79% -
HSV(B) 277.58º 0.37% 0.96% -
XYZ 55.51 44.09 92.77 -
YUV 182.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 212 155 246 0.14 0.37 0 0.04 277.58 0.83 0.79
Hex D4 9B F6 E 25 0 4 116 53 4F
Octal 324 233 366 16 45 0 4 426 123 117
Binary 11010100 10011011 11110110 1110 100101 0 100 100010110 1010011 1001111

Color Harmonies of #D49BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49BF6

Black with #D49BF6

Text Example


Text Example

White with #D49BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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