#D493FB

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

Shades of Mauve #D493FB

Tints of Mauve #D493FB

Color information

#D493FB (or 0xD493FB) is unknown color: approx Mauve. HEX triplet: D4, 93 and FB. RGB value is (212,147,251). Sum of RGB (Red+Green+Blue) = 212+147+251=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #D493FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493FB is #2B6C04. Grayscale: #B1B1B1. Windows color (decimal): -2845701 or 16487380. OLE color: 16487380.

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

Color convert

RGB212147251-
CMYK0.160.4100.02
HSL277.5º92.86%78.04%-
HSV(B)277.5º41.43%98.43%-
XYZ5541.8396.44-
YUV178.29169.03152.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 147 (57.81% from 255) = 24.10%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=34.75%
G=24.10%
B=41.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121472510.160.4100.02277.592.8678.04
HexD493FB1029021165d4e
Octal324223373205102426135116
Binary1101010010010011111110111000010100101010001011010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493FB; }

 p { color: rgb(212,147,251); }

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

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

 a { background-color: rgb(212,147,251); }

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

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

 span { border-color: rgb(212,147,251); }

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