#DB99FB

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

Shades of Mauve #DB99FB

Tints of Mauve #DB99FB

Color information

#DB99FB (or 0xDB99FB) is unknown color: approx Mauve. HEX triplet: DB, 99 and FB. RGB value is (219,153,251). Sum of RGB (Red+Green+Blue) = 219+153+251=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FB is #246604. Grayscale: #B7B7B7. Windows color (decimal): -2385413 or 16488923. OLE color: 16488923.

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

Color convert

RGB219153251-
CMYK0.130.3900.02
HSL280.41º92.45%79.22%-
HSV(B)280.41º39.04%98.43%-
XYZ58.0244.8196.86-
YUV183.91165.87153.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 153 (60.16% from 255) = 24.56%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=35.15%
G=24.56%
B=40.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191532510.130.3900.02280.4192.4579.22
HexDB99FBD27021185c4f
Octal333231373154702430134117
Binary110110111001100111111011110110011101010001100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99FB; }

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

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

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

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

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

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

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

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