#DB98F4

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

Shades of Mauve #DB98F4

Tints of Mauve #DB98F4

Color information

#DB98F4 (or 0xDB98F4) is unknown color: approx Mauve. HEX triplet: DB, 98 and F4. RGB value is (219,152,244). Sum of RGB (Red+Green+Blue) = 219+152+244=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB98F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F4 is #24670B. Grayscale: #B6B6B6. Windows color (decimal): -2385676 or 16029915. OLE color: 16029915.

HSL color Cylindrical-coordinate representation of color #DB98F4: hue angle of 283.7º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB98F4 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219152244-
CMYK0.100.3800.04
HSL283.7º80.7%77.65%-
HSV(B)283.7º37.7%95.69%-
XYZ56.7744.0591.1-
YUV182.52162.7154.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 244 (95.70% from 255) = 39.67%
R=35.61%
G=24.72%
B=39.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191522440.100.3800.04283.780.777.65
HexDB98F4A260411c514e
Octal333230364124604434121116
Binary1101101110011000111101001010100110010010001110010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB98F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB98F4; }

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

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

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

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

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

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

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

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