#D091FC

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

Shades of Mauve #D091FC

Tints of Mauve #D091FC

Color information

#D091FC (or 0xD091FC) is unknown color: approx Mauve. HEX triplet: D0, 91 and FC. RGB value is (208,145,252). Sum of RGB (Red+Green+Blue) = 208+145+252=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D091FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FC is #2F6E03. Grayscale: #AFAFAF. Windows color (decimal): -3108356 or 16552400. OLE color: 16552400.

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

Color convert

RGB208145252-
CMYK0.170.4200.01
HSL275.33º94.69%77.84%-
HSV(B)275.33º42.46%98.82%-
XYZ53.7140.6997.12-
YUV176.04170.87150.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 145 (57.03% from 255) = 23.97%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=34.38%
G=23.97%
B=41.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081452520.170.4200.01275.3394.6977.84
HexD091FC112A011135f4e
Octal320221374215201423137116
Binary110100001001000111111100100011010100110001001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091FC; }

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

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

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

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

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

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

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

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