#D197F7

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

Shades of Mauve #D197F7

Tints of Mauve #D197F7

Color information

#D197F7 (or 0xD197F7) is unknown color: approx Mauve. HEX triplet: D1, 97 and F7. RGB value is (209,151,247). Sum of RGB (Red+Green+Blue) = 209+151+247=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 151 (59.38% from 255 or 24.88% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #D197F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D197F7 is #2E6808. Grayscale: #B2B2B2. Windows color (decimal): -3041289 or 16226257. OLE color: 16226257.

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

Color convert

RGB209151247-
CMYK0.150.3900.03
HSL276.25º85.71%78.04%-
HSV(B)276.25º38.87%96.86%-
XYZ54.1542.493.33-
YUV179.29166.22149.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.43%
GREEN value IS 151 (59.38% from 255) = 24.88%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=34.43%
G=24.88%
B=40.69%

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
Decimal2091512470.150.3900.03276.2585.7178.04
HexD197F7F2703114564e
Octal321227367174703424126116
Binary110100011001011111110111111110011101110001010010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D197F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D197F7; }

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

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

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

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

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

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

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

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