#D49BF8

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

Shades of Mauve #D49BF8

Tints of Mauve #D49BF8

Color information

#D49BF8 (or 0xD49BF8) is unknown color: approx Mauve. HEX triplet: D4, 9B and F8. RGB value is (212,155,248). Sum of RGB (Red+Green+Blue) = 212+155+248=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #D49BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49BF8 is #2B6407. Grayscale: #B6B6B6. Windows color (decimal): -2843656 or 16292820. OLE color: 16292820.

HSL color Cylindrical-coordinate representation of color #D49BF8: hue angle of 276.77º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49BF8 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB212155248-
CMYK0.150.3800.03
HSL276.77º86.92%79.02%-
HSV(B)276.77º37.5%97.25%-
XYZ55.8244.2294.4-
YUV182.64164.88148.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 248 (97.27% from 255) = 40.33%
R=34.47%
G=25.20%
B=40.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121552480.150.3800.03276.7786.9279.02
HexD49BF8F2603115574f
Octal324233370174603425127117
Binary110101001001101111111000111110011001110001010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49BF8; }

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

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

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

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

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

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

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

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