#DB97FB

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

Shades of Mauve #DB97FB

Tints of Mauve #DB97FB

Color information

#DB97FB (or 0xDB97FB) is unknown color: approx Mauve. HEX triplet: DB, 97 and FB. RGB value is (219,151,251). Sum of RGB (Red+Green+Blue) = 219+151+251=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB97FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FB is #246804. Grayscale: #B6B6B6. Windows color (decimal): -2385925 or 16488411. OLE color: 16488411.

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

Color convert

RGB219151251-
CMYK0.130.4000.02
HSL280.8º92.59%78.82%-
HSV(B)280.8º39.84%98.43%-
XYZ57.6944.1696.75-
YUV182.73166.53153.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 151 (59.38% from 255) = 24.32%
BLUE value IS 251 (98.44% from 255) = 40.42%
R=35.27%
G=24.32%
B=40.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191512510.130.4000.02280.892.5978.82
HexDB97FBD28021195d4f
Octal333227373155002431135117
Binary110110111001011111111011110110100001010001100110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97FB; }

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

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

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

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

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

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

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

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