#DB9BFF

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

Shades of Mauve #DB9BFF

Tints of Mauve #DB9BFF

Color information

#DB9BFF (or 0xDB9BFF) is unknown color: approx Mauve. HEX triplet: DB, 9B and FF. RGB value is (219,155,255). Sum of RGB (Red+Green+Blue) = 219+155+255=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9BFF is #246400. Grayscale: #B9B9B9. Windows color (decimal): -2384897 or 16751579. OLE color: 16751579.

HSL color Cylindrical-coordinate representation of color #DB9BFF: hue angle of 278.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB9BFF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219155255-
CMYK0.140.3900
HSL278.4º100%80.39%-
HSV(B)278.4º39.22%100%-
XYZ58.9845.72100.32-
YUV185.54167.2151.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 155 (60.94% from 255) = 24.64%
BLUE value IS 255 (100% from 255) = 40.54%
R=34.82%
G=24.64%
B=40.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191552550.140.3900278.410080.39
HexDB9BFFE27001166450
Octal333233377164700426144120
Binary11011011100110111111111111101001110010001011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BFF; }

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

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

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

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

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

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

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

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