#D497FC

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

Shades of Mauve #D497FC

Tints of Mauve #D497FC

Color information

#D497FC (or 0xD497FC) is unknown color: approx Mauve. HEX triplet: D4, 97 and FC. RGB value is (212,151,252). Sum of RGB (Red+Green+Blue) = 212+151+252=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #D497FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497FC is #2B6803. Grayscale: #B4B4B4. Windows color (decimal): -2844676 or 16553940. OLE color: 16553940.

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

Color convert

RGB212151252-
CMYK0.160.4000.01
HSL276.24º94.39%79.02%-
HSV(B)276.24º40.08%98.82%-
XYZ55.7943.1697.49-
YUV180.75168.21150.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.47%
GREEN value IS 151 (59.38% from 255) = 24.55%
BLUE value IS 252 (98.83% from 255) = 40.98%
R=34.47%
G=24.55%
B=40.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121512520.160.4000.01276.2494.3979.02
HexD497FC1028011145e4f
Octal324227374205001424136117
Binary110101001001011111111100100001010000110001010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497FC; }

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

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

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

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

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

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

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

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