#D191FB

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

Shades of Mauve #D191FB

Tints of Mauve #D191FB

Color information

#D191FB (or 0xD191FB) is unknown color: approx Mauve. HEX triplet: D1, 91 and FB. RGB value is (209,145,251). Sum of RGB (Red+Green+Blue) = 209+145+251=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #D191FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FB is #2E6E04. Grayscale: #AFAFAF. Windows color (decimal): -3042821 or 16486865. OLE color: 16486865.

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

Color convert

RGB209145251-
CMYK0.170.4200.02
HSL276.23º92.98%77.65%-
HSV(B)276.23º42.23%98.43%-
XYZ53.8340.7796.3-
YUV176.22170.2151.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=34.55%
G=23.97%
B=41.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091452510.170.4200.02276.2392.9877.65
HexD191FB112A021145d4e
Octal321221373215202424135116
Binary1101000110010001111110111000110101001010001010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191FB; }

 p { color: rgb(209,145,251); }

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

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

 a { background-color: rgb(209,145,251); }

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

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

 span { border-color: rgb(209,145,251); }

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