#D397F7

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

Shades of Mauve #D397F7

Tints of Mauve #D397F7

Color information

#D397F7 (or 0xD397F7) is unknown color: approx Mauve. HEX triplet: D3, 97 and F7. RGB value is (211,151,247). Sum of RGB (Red+Green+Blue) = 211+151+247=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 151 (59.38% from 255 or 24.79% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #D397F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397F7 is #2C6808. Grayscale: #B3B3B3. Windows color (decimal): -2910217 or 16226259. OLE color: 16226259.

HSL color Cylindrical-coordinate representation of color #D397F7: hue angle of 277.5º degrees, saturation: 0.86, 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 #D397F7 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB211151247-
CMYK0.150.3900.03
HSL277.5º85.71%78.04%-
HSV(B)277.5º38.87%96.86%-
XYZ54.7242.793.35-
YUV179.88165.88150.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.65%
GREEN value IS 151 (59.38% from 255) = 24.79%
BLUE value IS 247 (96.88% from 255) = 40.56%
R=34.65%
G=24.79%
B=40.56%

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
Decimal2111512470.150.3900.03277.585.7178.04
HexD397F7F2703116564e
Octal323227367174703426126116
Binary110100111001011111110111111110011101110001011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397F7; }

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

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

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

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

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

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

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

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