#D491FC

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

Shades of Mauve #D491FC

Tints of Mauve #D491FC

Color information

#D491FC (or 0xD491FC) is unknown color: approx Mauve. HEX triplet: D4, 91 and FC. RGB value is (212,145,252). Sum of RGB (Red+Green+Blue) = 212+145+252=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D491FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491FC is #2B6E03. Grayscale: #B0B0B0. Windows color (decimal): -2846212 or 16552404. OLE color: 16552404.

HSL color Cylindrical-coordinate representation of color #D491FC: hue angle of 277.57º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D491FC is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212145252-
CMYK0.160.4200.01
HSL277.57º94.69%77.84%-
HSV(B)277.57º42.46%98.82%-
XYZ54.8541.2897.17-
YUV177.23170.2152.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 145 (57.03% from 255) = 23.81%
BLUE value IS 252 (98.83% from 255) = 41.38%
R=34.81%
G=23.81%
B=41.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121452520.160.4200.01277.5794.6977.84
HexD491FC102A011165f4e
Octal324221374205201426137116
Binary110101001001000111111100100001010100110001011010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491FC; }

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

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

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

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

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

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

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

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