#D39DFB

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

Shades of Mauve #D39DFB

Tints of Mauve #D39DFB

Color information

#D39DFB (or 0xD39DFB) is unknown color: approx Mauve. HEX triplet: D3, 9D and FB. RGB value is (211,157,251). Sum of RGB (Red+Green+Blue) = 211+157+251=619 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.09% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #D39DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFB is #2C6204. Grayscale: #B7B7B7. Windows color (decimal): -2908677 or 16489939. OLE color: 16489939.

HSL color Cylindrical-coordinate representation of color #D39DFB: hue angle of 274.47º 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 #D39DFB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211157251-
CMYK0.160.3700.02
HSL274.47º92.16%80%-
HSV(B)274.47º37.45%98.43%-
XYZ56.3344.9396.97-
YUV183.86165.89147.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.09%
GREEN value IS 157 (61.72% from 255) = 25.36%
BLUE value IS 251 (98.44% from 255) = 40.55%
R=34.09%
G=25.36%
B=40.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111572510.160.3700.02274.4792.1680
HexD39DFB1025021125c50
Octal323235373204502422134120
Binary1101001110011101111110111000010010101010001001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DFB; }

 p { color: rgb(211,157,251); }

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

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

 a { background-color: rgb(211,157,251); }

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

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

 span { border-color: rgb(211,157,251); }

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