#D39DFE

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

Shades of Mauve #D39DFE

Tints of Mauve #D39DFE

Color information

#D39DFE (or 0xD39DFE) is unknown color: approx Mauve. HEX triplet: D3, 9D and FE. RGB value is (211,157,254). Sum of RGB (Red+Green+Blue) = 211+157+254=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D39DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFE is #2C6201. Grayscale: #B7B7B7. Windows color (decimal): -2908674 or 16686547. OLE color: 16686547.

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

Color convert

RGB211157254-
CMYK0.170.3800.00
HSL273.4º97.98%80.59%-
HSV(B)273.4º38.19%99.61%-
XYZ56.8145.1299.48-
YUV184.2167.39147.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 157 (61.72% from 255) = 25.24%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=33.92%
G=25.24%
B=40.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111572540.170.3800.00273.497.9880.59
HexD39DFE1126001116251
Octal323235376214600421142121
Binary110100111001110111111110100011001100010001000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DFE; }

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

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

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

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

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

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

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

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