#D091FE

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

Shades of Mauve #D091FE

Tints of Mauve #D091FE

Color information

#D091FE (or 0xD091FE) is unknown color: approx Mauve. HEX triplet: D0, 91 and FE. RGB value is (208,145,254). Sum of RGB (Red+Green+Blue) = 208+145+254=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #D091FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091FE is #2F6E01. Grayscale: #AFAFAF. Windows color (decimal): -3108354 or 16683472. OLE color: 16683472.

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

Color convert

RGB208145254-
CMYK0.180.4300.00
HSL274.68º98.2%78.24%-
HSV(B)274.68º42.91%99.61%-
XYZ54.0340.8298.8-
YUV176.26171.87150.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 145 (57.03% from 255) = 23.89%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=34.27%
G=23.89%
B=41.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081452540.180.4300.00274.6898.278.24
HexD091FE122B00113624e
Octal320221376225300423142116
Binary110100001001000111111110100101010110010001001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D091FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D091FE; }

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

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

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

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

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

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

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

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