#D39FF8

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

Shades of Mauve #D39FF8

Tints of Mauve #D39FF8

Color information

#D39FF8 (or 0xD39FF8) is unknown color: approx Mauve. HEX triplet: D3, 9F and F8. RGB value is (211,159,248). Sum of RGB (Red+Green+Blue) = 211+159+248=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #D39FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FF8 is #2C6007. Grayscale: #B8B8B8. Windows color (decimal): -2908168 or 16293843. OLE color: 16293843.

HSL color Cylindrical-coordinate representation of color #D39FF8: hue angle of 275.06º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D39FF8 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB211159248-
CMYK0.150.3600.03
HSL275.06º86.41%79.8%-
HSV(B)275.06º35.89%97.25%-
XYZ56.2145.4294.61-
YUV184.69163.73146.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.14%
GREEN value IS 159 (62.5% from 255) = 25.73%
BLUE value IS 248 (97.27% from 255) = 40.13%
R=34.14%
G=25.73%
B=40.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2111592480.150.3600.03275.0686.4179.8
HexD39FF8F24031135650
Octal323237370174403423126120
Binary110100111001111111111000111110010001110001001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39FF8; }

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

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

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

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

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

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

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

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