#DB99FF

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

Shades of Mauve #DB99FF

Tints of Mauve #DB99FF

Color information

#DB99FF (or 0xDB99FF) is unknown color: approx Mauve. HEX triplet: DB, 99 and FF. RGB value is (219,153,255). Sum of RGB (Red+Green+Blue) = 219+153+255=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FF is #246600. Grayscale: #B8B8B8. Windows color (decimal): -2385409 or 16751067. OLE color: 16751067.

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

Color convert

RGB219153255-
CMYK0.140.400
HSL278.82º100%80%-
HSV(B)278.82º40%100%-
XYZ58.6545.06100.21-
YUV184.36167.87152.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 153 (60.16% from 255) = 24.40%
BLUE value IS 255 (100% from 255) = 40.67%
R=34.93%
G=24.40%
B=40.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191532550.140.400278.8210080
HexDB99FFE28001176450
Octal333231377165000427144120
Binary11011011100110011111111111101010000010001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99FF; }

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

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

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

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

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

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

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

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