#D191FE

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

Shades of Mauve #D191FE

Tints of Mauve #D191FE

Color information

#D191FE (or 0xD191FE) is unknown color: approx Mauve. HEX triplet: D1, 91 and FE. RGB value is (209,145,254). Sum of RGB (Red+Green+Blue) = 209+145+254=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 145 (57.03% from 255 or 23.85% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D191FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D191FE is #2E6E01. Grayscale: #B0B0B0. Windows color (decimal): -3042818 or 16683473. OLE color: 16683473.

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

Color convert

RGB209145254-
CMYK0.180.4300.00
HSL275.23º98.2%78.24%-
HSV(B)275.23º42.91%99.61%-
XYZ54.3140.9698.81-
YUV176.56171.7151.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.38%
GREEN value IS 145 (57.03% from 255) = 23.85%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=34.38%
G=23.85%
B=41.78%

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
Decimal2091452540.180.4300.00275.2398.278.24
HexD191FE122B00113624e
Octal321221376225300423142116
Binary110100011001000111111110100101010110010001001111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D191FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D191FE; }

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

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

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

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

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

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

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

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