#D5B1F9

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

Shades of Mauve #D5B1F9

Tints of Mauve #D5B1F9

Color information

#D5B1F9 (or 0xD5B1F9) is unknown color: approx Mauve. HEX triplet: D5, B1 and F9. RGB value is (213,177,249). Sum of RGB (Red+Green+Blue) = 213+177+249=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 177 (69.53% from 255 or 27.70% from 639); Blue value is 249 (97.66% from 255 or 38.97% from 639); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5B1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5B1F9 is #2A4E06. Grayscale: #C3C3C3. Windows color (decimal): -2772487 or 16363989. OLE color: 16363989.

HSL color Cylindrical-coordinate representation of color #D5B1F9: hue angle of 270º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D5B1F9 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB213177249-
CMYK0.140.2900.02
HSL270º85.71%83.53%-
HSV(B)270º28.92%97.65%-
XYZ60.2652.4396.57-
YUV195.97157.93140.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 27.70%
BLUE value IS 249 (97.66% from 255) = 38.97%
R=33.33%
G=27.70%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2131772490.140.2900.0227085.7183.53
HexD5B1F9E1D0210e5654
Octal325261371163502416126124
Binary11010101101100011111100111101110101010000111010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B1F9; }

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

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

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

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

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

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

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

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