#D39CFF

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

Shades of Mauve #D39CFF

Tints of Mauve #D39CFF

Color information

#D39CFF (or 0xD39CFF) is unknown color: approx Mauve. HEX triplet: D3, 9C and FF. RGB value is (211,156,255). Sum of RGB (Red+Green+Blue) = 211+156+255=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CFF is #2C6300. Grayscale: #B7B7B7. Windows color (decimal): -2908929 or 16751827. OLE color: 16751827.

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

Color convert

RGB211156255-
CMYK0.170.3900
HSL273.33º100%80.59%-
HSV(B)273.33º38.82%100%-
XYZ56.844.85100.27-
YUV183.73168.22147.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 156 (61.33% from 255) = 25.08%
BLUE value IS 255 (100% from 255) = 41.00%
R=33.92%
G=25.08%
B=41.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2111562550.170.3900273.3310080.59
HexD39CFF1127001116451
Octal323234377214700421144121
Binary110100111001110011111111100011001110010001000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39CFF; }

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

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

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

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

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

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

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

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