#D39DFD

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

Shades of Mauve #D39DFD

Tints of Mauve #D39DFD

Color information

#D39DFD (or 0xD39DFD) is unknown color: approx Mauve. HEX triplet: D3, 9D and FD. RGB value is (211,157,253). Sum of RGB (Red+Green+Blue) = 211+157+253=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 157 (61.72% from 255 or 25.28% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39DFD is #2C6202. Grayscale: #B7B7B7. Windows color (decimal): -2908675 or 16621011. OLE color: 16621011.

HSL color Cylindrical-coordinate representation of color #D39DFD: hue angle of 273.75º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39DFD is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211157253-
CMYK0.170.3800.01
HSL273.75º96%80.39%-
HSV(B)273.75º37.94%99.22%-
XYZ56.6545.0598.64-
YUV184.09166.89147.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.98%
GREEN value IS 157 (61.72% from 255) = 25.28%
BLUE value IS 253 (99.22% from 255) = 40.74%
R=33.98%
G=25.28%
B=40.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111572530.170.3800.01273.759680.39
HexD39DFD1126011126050
Octal323235375214601422140120
Binary110100111001110111111101100011001100110001001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39DFD; }

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

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

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

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

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

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

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

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