#D39AFC

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

Shades of Mauve #D39AFC

Tints of Mauve #D39AFC

Color information

#D39AFC (or 0xD39AFC) is unknown color: approx Mauve. HEX triplet: D3, 9A and FC. RGB value is (211,154,252). Sum of RGB (Red+Green+Blue) = 211+154+252=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D39AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AFC is #2C6503. Grayscale: #B5B5B5. Windows color (decimal): -2909444 or 16554707. OLE color: 16554707.

HSL color Cylindrical-coordinate representation of color #D39AFC: hue angle of 274.9º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39AFC is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211154252-
CMYK0.160.3900.01
HSL274.9º94.23%79.61%-
HSV(B)274.9º38.89%98.82%-
XYZ55.9943.9997.64-
YUV182.22167.38148.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.20%
GREEN value IS 154 (60.55% from 255) = 24.96%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=34.20%
G=24.96%
B=40.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111542520.160.3900.01274.994.2379.61
HexD39AFC1027011135e50
Octal323232374204701423136120
Binary110100111001101011111100100001001110110001001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D39AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D39AFC; }

 p { color: rgb(211,154,252); }

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

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

 a { background-color: rgb(211,154,252); }

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

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

 span { border-color: rgb(211,154,252); }

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