#D5B1F1

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

Shades of Mauve #D5B1F1

Tints of Mauve #D5B1F1

Color information

#D5B1F1 (or 0xD5B1F1) is unknown color: approx Mauve. HEX triplet: D5, B1 and F1. RGB value is (213,177,241). Sum of RGB (Red+Green+Blue) = 213+177+241=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5B1F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1F1 is #2A4E0E. Grayscale: #C2C2C2. Windows color (decimal): -2772495 or 15839701. OLE color: 15839701.

HSL color Cylindrical-coordinate representation of color #D5B1F1: hue angle of 273.75º 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 #D5B1F1 is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213177241-
CMYK0.120.2700.05
HSL273.75º69.57%81.96%-
HSV(B)273.75º26.56%94.51%-
XYZ59.0451.9490.13-
YUV195.06153.93140.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.76%
GREEN value IS 177 (69.53% from 255) = 28.05%
BLUE value IS 241 (94.53% from 255) = 38.19%
R=33.76%
G=28.05%
B=38.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131772410.120.2700.05273.7569.5781.96
HexD5B1F1C1B051124652
Octal325261361143305422106122
Binary110101011011000111110001110011011010110001001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1F1; }

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

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

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

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

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

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

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

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