#D397F8

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

Shades of Mauve #D397F8

Tints of Mauve #D397F8

Color information

#D397F8 (or 0xD397F8) is unknown color: approx Mauve. HEX triplet: D3, 97 and F8. RGB value is (211,151,248). Sum of RGB (Red+Green+Blue) = 211+151+248=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #D397F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397F8 is #2C6807. Grayscale: #B3B3B3. Windows color (decimal): -2910216 or 16291795. OLE color: 16291795.

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

Color convert

RGB211151248-
CMYK0.150.3900.03
HSL277.11º87.39%78.24%-
HSV(B)277.11º39.11%97.25%-
XYZ54.8742.7694.17-
YUV180166.38150.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.59%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 248 (97.27% from 255) = 40.66%
R=34.59%
G=24.75%
B=40.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2111512480.150.3900.03277.1187.3978.24
HexD397F8F2703115574e
Octal323227370174703425127116
Binary110100111001011111111000111110011101110001010110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397F8; }

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

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

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

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

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

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

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

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