#DBA9F1

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

Shades of Mauve #DBA9F1

Tints of Mauve #DBA9F1

Color information

#DBA9F1 (or 0xDBA9F1) is unknown color: approx Mauve. HEX triplet: DB, A9 and F1. RGB value is (219,169,241). Sum of RGB (Red+Green+Blue) = 219+169+241=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #DBA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA9F1 is #24560E. Grayscale: #BFBFBF. Windows color (decimal): -2381327 or 15837659. OLE color: 15837659.

HSL color Cylindrical-coordinate representation of color #DBA9F1: hue angle of 281.67º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA9F1 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219169241-
CMYK0.090.3000.05
HSL281.67º72%80.39%-
HSV(B)281.67º29.88%94.51%-
XYZ59.2849.7989.7-
YUV192.16155.56147.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 169 (66.41% from 255) = 26.87%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=34.82%
G=26.87%
B=38.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2191692410.090.3000.05281.677280.39
HexDBA9F191E0511a4850
Octal333251361113605432110120
Binary110110111010100111110001100111110010110001101010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9F1; }

 p { color: rgb(219,169,241); }

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

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

 a { background-color: rgb(219,169,241); }

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

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

 span { border-color: rgb(219,169,241); }

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