#D396F9

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

Shades of Mauve #D396F9

Tints of Mauve #D396F9

Color information

#D396F9 (or 0xD396F9) is unknown color: approx Mauve. HEX triplet: D3, 96 and F9. RGB value is (211,150,249). Sum of RGB (Red+Green+Blue) = 211+150+249=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 150 (58.98% from 255 or 24.59% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #D396F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396F9 is #2C6906. Grayscale: #B3B3B3. Windows color (decimal): -2910471 or 16357075. OLE color: 16357075.

HSL color Cylindrical-coordinate representation of color #D396F9: hue angle of 276.97º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D396F9 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB211150249-
CMYK0.150.4000.02
HSL276.97º89.19%78.24%-
HSV(B)276.97º39.76%97.65%-
XYZ54.8742.594.93-
YUV179.52167.21150.45-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 150 (58.98% from 255) = 24.59%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=34.59%
G=24.59%
B=40.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111502490.150.4000.02276.9789.1978.24
HexD396F9F2802115594e
Octal323226371175002425131116
Binary110100111001011011111001111110100001010001010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396F9; }

 p { color: rgb(211,150,249); }

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

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

 a { background-color: rgb(211,150,249); }

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

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

 span { border-color: rgb(211,150,249); }

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