#D19BFB

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

Shades of Mauve #D19BFB

Tints of Mauve #D19BFB

Color information

#D19BFB (or 0xD19BFB) is unknown color: approx Mauve. HEX triplet: D1, 9B and FB. RGB value is (209,155,251). Sum of RGB (Red+Green+Blue) = 209+155+251=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D19BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19BFB is #2E6404. Grayscale: #B5B5B5. Windows color (decimal): -3040261 or 16489425. OLE color: 16489425.

HSL color Cylindrical-coordinate representation of color #D19BFB: hue angle of 273.75º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19BFB is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB209155251-
CMYK0.170.3800.02
HSL273.75º92.31%79.61%-
HSV(B)273.75º38.25%98.43%-
XYZ55.4343.9696.83-
YUV182.09166.89147.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 155 (60.94% from 255) = 25.20%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=33.98%
G=25.20%
B=40.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2091552510.170.3800.02273.7592.3179.61
HexD19BFB1126021125c50
Octal321233373214602422134120
Binary1101000110011011111110111000110011001010001001010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19BFB; }

 p { color: rgb(209,155,251); }

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

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

 a { background-color: rgb(209,155,251); }

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

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

 span { border-color: rgb(209,155,251); }

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