#D39FFD

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

Shades of Mauve #D39FFD

Tints of Mauve #D39FFD

Color information

#D39FFD (or 0xD39FFD) is unknown color: approx Mauve. HEX triplet: D3, 9F and FD. RGB value is (211,159,253). Sum of RGB (Red+Green+Blue) = 211+159+253=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #D39FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FFD is #2C6002. Grayscale: #B8B8B8. Windows color (decimal): -2908163 or 16621523. OLE color: 16621523.

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

Color convert

RGB211159253-
CMYK0.170.3700.01
HSL273.19º95.92%80.78%-
HSV(B)273.19º37.15%99.22%-
XYZ56.9945.7498.75-
YUV185.26166.23146.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.87%
GREEN value IS 159 (62.5% from 255) = 25.52%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=33.87%
G=25.52%
B=40.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111592530.170.3700.01273.1995.9280.78
HexD39FFD1125011116051
Octal323237375214501421140121
Binary110100111001111111111101100011001010110001000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FFD; }

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

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

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

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

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

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

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

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