#D397FA

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

Shades of Mauve #D397FA

Tints of Mauve #D397FA

Color information

#D397FA (or 0xD397FA) is unknown color: approx Mauve. HEX triplet: D3, 97 and FA. RGB value is (211,151,250). Sum of RGB (Red+Green+Blue) = 211+151+250=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #D397FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397FA is #2C6805. Grayscale: #B3B3B3. Windows color (decimal): -2910214 or 16422867. OLE color: 16422867.

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

Color convert

RGB211151250-
CMYK0.160.4000.02
HSL276.36º90.83%78.63%-
HSV(B)276.36º39.6%98.04%-
XYZ55.1942.8895.81-
YUV180.23167.38149.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.48%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 250 (98.05% from 255) = 40.85%
R=34.48%
G=24.67%
B=40.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2111512500.160.4000.02276.3690.8378.63
HexD397FA1028021145b4f
Octal323227372205002424133117
Binary1101001110010111111110101000010100001010001010010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397FA; }

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

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

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

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

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

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

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

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