#D497F9

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

Shades of Mauve #D497F9

Tints of Mauve #D497F9

Color information

#D497F9 (or 0xD497F9) is unknown color: approx Mauve. HEX triplet: D4, 97 and F9. RGB value is (212,151,249). Sum of RGB (Red+Green+Blue) = 212+151+249=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D497F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497F9 is #2B6806. Grayscale: #B4B4B4. Windows color (decimal): -2844679 or 16357332. OLE color: 16357332.

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

Color convert

RGB212151249-
CMYK0.150.3900.02
HSL277.35º89.09%78.43%-
HSV(B)277.35º39.36%97.65%-
XYZ55.3242.9795-
YUV180.41166.71150.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 151 (59.38% from 255) = 24.67%
BLUE value IS 249 (97.66% from 255) = 40.69%
R=34.64%
G=24.67%
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.02
SystemRedGreenBlueCMYKHSL
Decimal2121512490.150.3900.02277.3589.0978.43
HexD497F9F2702115594e
Octal324227371174702425131116
Binary110101001001011111111001111110011101010001010110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497F9; }

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

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

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

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

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

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

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

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