#DB97F9

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

Shades of Mauve #DB97F9

Tints of Mauve #DB97F9

Color information

#DB97F9 (or 0xDB97F9) is unknown color: approx Mauve. HEX triplet: DB, 97 and F9. RGB value is (219,151,249). Sum of RGB (Red+Green+Blue) = 219+151+249=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97F9 is #246806. Grayscale: #B6B6B6. Windows color (decimal): -2385927 or 16357339. OLE color: 16357339.

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

Color convert

RGB219151249-
CMYK0.120.3900.02
HSL281.63º89.09%78.43%-
HSV(B)281.63º39.36%97.65%-
XYZ57.3844.0395.1-
YUV182.5165.53154.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 151 (59.38% from 255) = 24.39%
BLUE value IS 249 (97.66% from 255) = 40.23%
R=35.38%
G=24.39%
B=40.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191512490.120.3900.02281.6389.0978.43
HexDB97F9C270211a594e
Octal333227371144702432131116
Binary110110111001011111111001110010011101010001101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97F9; }

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

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

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

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

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

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

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

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