#DB98FA

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

Shades of Mauve #DB98FA

Tints of Mauve #DB98FA

Color information

#DB98FA (or 0xDB98FA) is unknown color: approx Mauve. HEX triplet: DB, 98 and FA. RGB value is (219,152,250). Sum of RGB (Red+Green+Blue) = 219+152+250=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98FA is #246705. Grayscale: #B6B6B6. Windows color (decimal): -2385670 or 16423131. OLE color: 16423131.

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

Color convert

RGB219152250-
CMYK0.120.3900.02
HSL281.02º90.74%78.82%-
HSV(B)281.02º39.2%98.04%-
XYZ57.744.4295.98-
YUV183.2165.7153.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=35.27%
G=24.48%
B=40.26%

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
Decimal2191522500.120.3900.02281.0290.7478.82
HexDB98FAC27021195b4f
Octal333230372144702431133117
Binary110110111001100011111010110010011101010001100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98FA; }

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

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

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

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

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

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

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

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