#dba0f4

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

Shades of Mauve #DBA0F4

Tints of Mauve #DBA0F4

Color information

#DBA0F4 (or 0xDBA0F4) is unknown color: approx Mauve. HEX triplet: DB, A0 and F4. RGB value is (219,160,244). Sum of RGB (Red+Green+Blue) = 219+160+244=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 244 (95.70% from 255 or 39.17% from 623); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBA0F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA0F4 is #245F0B. Grayscale: #BABABA. Windows color (decimal): -2383628 or 16031963. OLE color: 16031963.

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

Color convert

RGB219160244-
CMYK0.100.3400.04
HSL282.14º79.25%79.22%-
HSV(B)282.14º34.43%95.69%-
XYZ58.1146.7391.55-
YUV187.22160.05150.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 160 (62.89% from 255) = 25.68%
BLUE value IS 244 (95.70% from 255) = 39.17%
R=35.15%
G=25.68%
B=39.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2191602440.100.3400.04282.1479.2579.22
HexDBA0F4A220411a4f4f
Octal333240364124204432117117
Binary1101101110100000111101001010100010010010001101010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dba0f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dba0f4; }

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

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

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

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

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

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

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

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