#D497FD

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

Shades of Mauve #D497FD

Tints of Mauve #D497FD

Color information

#D497FD (or 0xD497FD) is unknown color: approx Mauve. HEX triplet: D4, 97 and FD. RGB value is (212,151,253). Sum of RGB (Red+Green+Blue) = 212+151+253=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 253 (99.22% from 255 or 41.07% from 616); Max value from RGB is 253 - color contains mainly: blue. Hex color #D497FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497FD is #2B6802. Grayscale: #B4B4B4. Windows color (decimal): -2844675 or 16619476. OLE color: 16619476.

HSL color Cylindrical-coordinate representation of color #D497FD: hue angle of 275.88º degrees, saturation: 0.96, 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 #D497FD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212151253-
CMYK0.160.4000.01
HSL275.88º96.23%79.22%-
HSV(B)275.88º40.32%99.22%-
XYZ55.9543.2298.32-
YUV180.87168.71150.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 151 (59.38% from 255) = 24.51%
BLUE value IS 253 (99.22% from 255) = 41.07%
R=34.42%
G=24.51%
B=41.07%

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
Decimal2121512530.160.4000.01275.8896.2379.22
HexD497FD102801114604f
Octal324227375205001424140117
Binary110101001001011111111101100001010000110001010011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497FD; }

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

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

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

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

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

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

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

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