#DB4DA2

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

Shades of Mulberry #DB4DA2

Tints of Mulberry #DB4DA2

Color information

#DB4DA2 (or 0xDB4DA2) is unknown color: approx Mulberry. HEX triplet: DB, 4D and A2. RGB value is (219,77,162). Sum of RGB (Red+Green+Blue) = 219+77+162=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4DA2 is #24B25D. Grayscale: #808080. Windows color (decimal): -2404958 or 10636763. OLE color: 10636763.

HSL color Cylindrical-coordinate representation of color #DB4DA2: hue angle of 324.08º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4DA2 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB21977162-
CMYK00.650.260.14
HSL324.08º66.36%58.04%-
HSV(B)324.08º64.84%85.88%-
XYZ38.3922.9836.59-
YUV129.15146.54192.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.82%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=47.82%
G=16.81%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197716200.650.260.14324.0866.3658.04
HexDB4DA20411AE144423a
Octal3331152420101321650410272
Binary11011011100110110100010010000011101011101010001001000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB4DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB4DA2; }

 p { color: rgb(219,77,162); }

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

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

 a { background-color: rgb(219,77,162); }

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

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

 span { border-color: rgb(219,77,162); }

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