#DBA0FF

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

Shades of Mauve #DBA0FF

Tints of Mauve #DBA0FF

Color information

#DBA0FF (or 0xDBA0FF) is unknown color: approx Mauve. HEX triplet: DB, A0 and FF. RGB value is (219,160,255). Sum of RGB (Red+Green+Blue) = 219+160+255=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DBA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0FF is #245F00. Grayscale: #BCBCBC. Windows color (decimal): -2383617 or 16752859. OLE color: 16752859.

HSL color Cylindrical-coordinate representation of color #DBA0FF: hue angle of 277.26º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA0FF is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB219160255-
CMYK0.140.3700
HSL277.26º100%81.37%-
HSV(B)277.26º37.25%100%-
XYZ59.8347.42100.61-
YUV188.47165.55149.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.54%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 255 (100% from 255) = 40.22%
R=34.54%
G=25.24%
B=40.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2191602550.140.3700277.2610081.37
HexDBA0FFE25001156451
Octal333240377164500425144121
Binary11011011101000001111111111101001010010001010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0FF; }

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

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

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

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

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

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

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

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