#D39FFE

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

Shades of Mauve #D39FFE

Tints of Mauve #D39FFE

Color information

#D39FFE (or 0xD39FFE) is unknown color: approx Mauve. HEX triplet: D3, 9F and FE. RGB value is (211,159,254). Sum of RGB (Red+Green+Blue) = 211+159+254=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #D39FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FFE is #2C6001. Grayscale: #B9B9B9. Windows color (decimal): -2908162 or 16687059. OLE color: 16687059.

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

Color convert

RGB211159254-
CMYK0.170.3700.00
HSL272.84º97.94%80.98%-
HSV(B)272.84º37.4%99.61%-
XYZ57.1545.899.59-
YUV185.38166.73146.28-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.81%
GREEN value IS 159 (62.5% from 255) = 25.48%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=33.81%
G=25.48%
B=40.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2111592540.170.3700.00272.8497.9480.98
HexD39FFE1125001116251
Octal323237376214500421142121
Binary110100111001111111111110100011001010010001000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FFE; }

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

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

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

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

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

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

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

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