#D491FF

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

Shades of Mauve #D491FF

Tints of Mauve #D491FF

Color information

#D491FF (or 0xD491FF) is unknown color: approx Mauve. HEX triplet: D4, 91 and FF. RGB value is (212,145,255). Sum of RGB (Red+Green+Blue) = 212+145+255=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D491FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D491FF is #2B6E00. Grayscale: #B1B1B1. Windows color (decimal): -2846209 or 16749012. OLE color: 16749012.

HSL color Cylindrical-coordinate representation of color #D491FF: hue angle of 276.55º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D491FF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212145255-
CMYK0.170.4300
HSL276.55º100%78.43%-
HSV(B)276.55º43.14%100%-
XYZ55.3341.4799.7-
YUV177.57171.7152.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 145 (57.03% from 255) = 23.69%
BLUE value IS 255 (100% from 255) = 41.67%
R=34.64%
G=23.69%
B=41.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121452550.170.4300276.5510078.43
HexD491FF112B00115644e
Octal324221377215300425144116
Binary110101001001000111111111100011010110010001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491FF; }

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

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

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

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

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

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

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

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