#DB97FA

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

Shades of Mauve #DB97FA

Tints of Mauve #DB97FA

Color information

#DB97FA (or 0xDB97FA) is unknown color: approx Mauve. HEX triplet: DB, 97 and FA. RGB value is (219,151,250). Sum of RGB (Red+Green+Blue) = 219+151+250=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 151 (59.38% from 255 or 24.35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB97FA is #246805. Grayscale: #B6B6B6. Windows color (decimal): -2385926 or 16422875. OLE color: 16422875.

HSL color Cylindrical-coordinate representation of color #DB97FA: hue angle of 281.21º degrees, saturation: 0.91, 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 #DB97FA is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB219151250-
CMYK0.120.4000.02
HSL281.21º90.83%78.63%-
HSV(B)281.21º39.6%98.04%-
XYZ57.5444.195.92-
YUV182.62166.03153.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 151 (59.38% from 255) = 24.35%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=35.32%
G=24.35%
B=40.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191512500.120.4000.02281.2190.8378.63
HexDB97FAC28021195b4f
Octal333227372145002431133117
Binary110110111001011111111010110010100001010001100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB97FA; }

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

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

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

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

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

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

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

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