#D497F7

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

Shades of Mauve #D497F7

Tints of Mauve #D497F7

Color information

#D497F7 (or 0xD497F7) is unknown color: approx Mauve. HEX triplet: D4, 97 and F7. RGB value is (212,151,247). Sum of RGB (Red+Green+Blue) = 212+151+247=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 151 (59.38% from 255 or 24.75% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #D497F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497F7 is #2B6808. Grayscale: #B3B3B3. Windows color (decimal): -2844681 or 16226260. OLE color: 16226260.

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

Color convert

RGB212151247-
CMYK0.140.3900.03
HSL278.12º85.71%78.04%-
HSV(B)278.12º38.87%96.86%-
XYZ55.0142.8593.37-
YUV180.18165.71150.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 151 (59.38% from 255) = 24.75%
BLUE value IS 247 (96.88% from 255) = 40.49%
R=34.75%
G=24.75%
B=40.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2121512470.140.3900.03278.1285.7178.04
HexD497F7E2703116564e
Octal324227367164703426126116
Binary110101001001011111110111111010011101110001011010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497F7; }

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

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

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

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

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

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

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

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