#D9B1F1

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

Shades of Mauve #D9B1F1

Tints of Mauve #D9B1F1

Color information

#D9B1F1 (or 0xD9B1F1) is unknown color: approx Mauve. HEX triplet: D9, B1 and F1. RGB value is (217,177,241). Sum of RGB (Red+Green+Blue) = 217+177+241=635 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.17% from 635); Green value is 177 (69.53% from 255 or 27.87% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9B1F1 is #264E0E. Grayscale: #C4C4C4. Windows color (decimal): -2510351 or 15839705. OLE color: 15839705.

HSL color Cylindrical-coordinate representation of color #D9B1F1: hue angle of 277.5º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B1F1 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217177241-
CMYK0.100.2700.05
HSL277.5º69.57%81.96%-
HSV(B)277.5º26.56%94.51%-
XYZ60.2152.5590.19-
YUV196.26153.25142.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.17%
GREEN value IS 177 (69.53% from 255) = 27.87%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=34.17%
G=27.87%
B=37.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171772410.100.2700.05277.569.5781.96
HexD9B1F1A1B051164652
Octal331261361123305426106122
Binary110110011011000111110001101011011010110001011010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B1F1; }

 p { color: rgb(217,177,241); }

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

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

 a { background-color: rgb(217,177,241); }

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

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

 span { border-color: rgb(217,177,241); }

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