#D49BFE

Color #D49BFE Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D49BFE

Tints of Mauve #D49BFE

Color information

#D49BFE (or 0xD49BFE) is unknown color: approx Mauve. HEX triplet: D4, 9B and FE. RGB value is (212,155,254). Sum of RGB (Red+Green+Blue) = 212+155+254=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 155 (60.94% from 255 or 24.96% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D49BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BFE is #2B6401. Grayscale: #B6B6B6. Windows color (decimal): -2843650 or 16686036. OLE color: 16686036.

HSL color Cylindrical-coordinate representation of color #D49BFE: hue angle of 274.55º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D49BFE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB212155254-
CMYK0.170.3900.00
HSL274.55º98.02%80.2%-
HSV(B)274.55º38.98%99.61%-
XYZ56.7644.699.38-
YUV183.33167.88148.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 155 (60.94% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=34.14%
G=24.96%
B=40.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121552540.170.3900.00274.5598.0280.2
HexD49BFE1127001136250
Octal324233376214700423142120
Binary110101001001101111111110100011001110010001001111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BFE; }

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

 H1.HeaderClassName
 {
   color: #D49BFE;
 }
 .AnyTagClassName
 {
   color: #D49BFE;
 }
</style>
background-color css

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

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

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

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

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

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