#DB97FF

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

Shades of Mauve #DB97FF

Tints of Mauve #DB97FF

Color information

#DB97FF (or 0xDB97FF) is unknown color: approx Mauve. HEX triplet: DB, 97 and FF. RGB value is (219,151,255). Sum of RGB (Red+Green+Blue) = 219+151+255=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 151 (59.38% from 255 or 24.16% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FF is #246800. Grayscale: #B6B6B6. Windows color (decimal): -2385921 or 16750555. OLE color: 16750555.

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

Color convert

RGB219151255-
CMYK0.140.4100
HSL279.23º100%79.61%-
HSV(B)279.23º40.78%100%-
XYZ58.3344.41100.11-
YUV183.19168.53153.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 151 (59.38% from 255) = 24.16%
BLUE value IS 255 (100% from 255) = 40.8%
R=35.04%
G=24.16%
B=40.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191512550.140.4100279.2310079.61
HexDB97FFE29001176450
Octal333227377165100427144120
Binary11011011100101111111111111101010010010001011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97FF; }

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

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

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

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

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

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

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

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