#D39FFF

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

Shades of Mauve #D39FFF

Tints of Mauve #D39FFF

Color information

#D39FFF (or 0xD39FFF) is unknown color: approx Mauve. HEX triplet: D3, 9F and FF. RGB value is (211,159,255). Sum of RGB (Red+Green+Blue) = 211+159+255=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FFF is #2C6000. Grayscale: #B9B9B9. Windows color (decimal): -2908161 or 16752595. OLE color: 16752595.

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

Color convert

RGB211159255-
CMYK0.170.3800
HSL272.5º100%81.18%-
HSV(B)272.5º37.65%100%-
XYZ57.3145.87100.44-
YUV185.49167.23146.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.76%
GREEN value IS 159 (62.5% from 255) = 25.44%
BLUE value IS 255 (100% from 255) = 40.8%
R=33.76%
G=25.44%
B=40.8%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111592550.170.3800272.510081.18
HexD39FFF1126001106451
Octal323237377214600420144121
Binary110100111001111111111111100011001100010001000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FFF; }

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

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

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

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

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

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

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

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