#D396F8

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

Shades of Mauve #D396F8

Tints of Mauve #D396F8

Color information

#D396F8 (or 0xD396F8) is unknown color: approx Mauve. HEX triplet: D3, 96 and F8. RGB value is (211,150,248). Sum of RGB (Red+Green+Blue) = 211+150+248=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #D396F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D396F8 is #2C6907. Grayscale: #B3B3B3. Windows color (decimal): -2910472 or 16291539. OLE color: 16291539.

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

Color convert

RGB211150248-
CMYK0.150.4000.03
HSL277.35º87.5%78.04%-
HSV(B)277.35º39.52%97.25%-
XYZ54.7142.4494.11-
YUV179.41166.71150.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.65%
GREEN value IS 150 (58.98% from 255) = 24.63%
BLUE value IS 248 (97.27% from 255) = 40.72%
R=34.65%
G=24.63%
B=40.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2111502480.150.4000.03277.3587.578.04
HexD396F8F2803115584e
Octal323226370175003425130116
Binary110100111001011011111000111110100001110001010110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D396F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D396F8; }

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

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

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

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

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

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

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

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