#D091FF

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

Shades of Mauve #D091FF

Tints of Mauve #D091FF

Color information

#D091FF (or 0xD091FF) is unknown color: approx Mauve. HEX triplet: D0, 91 and FF. RGB value is (208,145,255). Sum of RGB (Red+Green+Blue) = 208+145+255=608 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.21% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #D091FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FF is #2F6E00. Grayscale: #B0B0B0. Windows color (decimal): -3108353 or 16749008. OLE color: 16749008.

HSL color Cylindrical-coordinate representation of color #D091FF: hue angle of 274.36º 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 #D091FF is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208145255-
CMYK0.180.4300
HSL274.36º100%78.43%-
HSV(B)274.36º43.14%100%-
XYZ54.1940.8899.64-
YUV176.38172.37150.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.21%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 255 (100% from 255) = 41.94%
R=34.21%
G=23.85%
B=41.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081452550.180.4300274.3610078.43
HexD091FF122B00112644e
Octal320221377225300422144116
Binary110100001001000111111111100101010110010001001011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091FF; }

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

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

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

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

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

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

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

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