#DBA0FA

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

Shades of Mauve #DBA0FA

Tints of Mauve #DBA0FA

Color information

#DBA0FA (or 0xDBA0FA) is unknown color: approx Mauve. HEX triplet: DB, A0 and FA. RGB value is (219,160,250). Sum of RGB (Red+Green+Blue) = 219+160+250=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #DBA0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FA is #245F05. Grayscale: #BBBBBB. Windows color (decimal): -2383622 or 16425179. OLE color: 16425179.

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

Color convert

RGB219160250-
CMYK0.120.3600.02
HSL279.33º90%80.39%-
HSV(B)279.33º36%98.04%-
XYZ59.0447.196.42-
YUV187.9163.05150.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 160 (62.89% from 255) = 25.44%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=34.82%
G=25.44%
B=39.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2191602500.120.3600.02279.339080.39
HexDBA0FAC24021175a50
Octal333240372144402427132120
Binary110110111010000011111010110010010001010001011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0FA; }

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

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

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

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

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

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

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

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