#DB9BFB

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

Shades of Mauve #DB9BFB

Tints of Mauve #DB9BFB

Color information

#DB9BFB (or 0xDB9BFB) is unknown color: approx Mauve. HEX triplet: DB, 9B and FB. RGB value is (219,155,251). Sum of RGB (Red+Green+Blue) = 219+155+251=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 155 (60.94% from 255 or 24.8% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFB is #246404. Grayscale: #B8B8B8. Windows color (decimal): -2384901 or 16489435. OLE color: 16489435.

HSL color Cylindrical-coordinate representation of color #DB9BFB: hue angle of 280º 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 #DB9BFB is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219155251-
CMYK0.130.3800.02
HSL280º92.31%79.61%-
HSV(B)280º38.25%98.43%-
XYZ58.3545.4796.97-
YUV185.08165.2152.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 155 (60.94% from 255) = 24.8%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=35.04%
G=24.8%
B=40.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191552510.130.3800.0228092.3179.61
HexDB9BFBD26021185c50
Octal333233373154602430134120
Binary110110111001101111111011110110011001010001100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BFB; }

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

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

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

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

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

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

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

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