#D091FB

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

Shades of Mauve #D091FB

Tints of Mauve #D091FB

Color information

#D091FB (or 0xD091FB) is unknown color: approx Mauve. HEX triplet: D0, 91 and FB. RGB value is (208,145,251). Sum of RGB (Red+Green+Blue) = 208+145+251=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 145 (57.03% from 255 or 24.01% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D091FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FB is #2F6E04. Grayscale: #AFAFAF. Windows color (decimal): -3108357 or 16486864. OLE color: 16486864.

HSL color Cylindrical-coordinate representation of color #D091FB: hue angle of 275.66º 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 #D091FB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208145251-
CMYK0.170.4200.02
HSL275.66º92.98%77.65%-
HSV(B)275.66º42.23%98.43%-
XYZ53.5540.6396.29-
YUV175.92170.37150.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 145 (57.03% from 255) = 24.01%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=34.44%
G=24.01%
B=41.56%

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
Decimal2081452510.170.4200.02275.6692.9877.65
HexD091FB112A021145d4e
Octal320221373215202424135116
Binary1101000010010001111110111000110101001010001010010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091FB; }

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

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

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

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

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

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

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

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