#D496F9

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

Shades of Mauve #D496F9

Tints of Mauve #D496F9

Color information

#D496F9 (or 0xD496F9) is unknown color: approx Mauve. HEX triplet: D4, 96 and F9. RGB value is (212,150,249). Sum of RGB (Red+Green+Blue) = 212+150+249=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 150 (58.98% from 255 or 24.55% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #D496F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D496F9 is #2B6906. Grayscale: #B3B3B3. Windows color (decimal): -2844935 or 16357076. OLE color: 16357076.

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

Color convert

RGB212150249-
CMYK0.150.4000.02
HSL277.58º89.19%78.24%-
HSV(B)277.58º39.76%97.65%-
XYZ55.1642.6594.95-
YUV179.82167.04150.95-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.70%
GREEN value IS 150 (58.98% from 255) = 24.55%
BLUE value IS 249 (97.66% from 255) = 40.75%
R=34.70%
G=24.55%
B=40.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121502490.150.4000.02277.5889.1978.24
HexD496F9F2802116594e
Octal324226371175002426131116
Binary110101001001011011111001111110100001010001011010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D496F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D496F9; }

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

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

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

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

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

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

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

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