#db479b

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

Shades of Mulberry #DB479B

Tints of Mulberry #DB479B

Color information

#DB479B (or 0xDB479B) is unknown color: approx Mulberry. HEX triplet: DB, 47 and 9B. RGB value is (219,71,155). Sum of RGB (Red+Green+Blue) = 219+71+155=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 155 (60.94% from 255 or 34.83% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB479B is #24B864. Grayscale: #7C7C7C. Windows color (decimal): -2406501 or 10176475. OLE color: 10176475.

HSL color Cylindrical-coordinate representation of color #DB479B: hue angle of 325.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB479B is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB21971155-
CMYK00.680.290.14
HSL325.95º67.27%56.86%-
HSV(B)325.95º67.58%85.88%-
XYZ37.3821.9333.27-
YUV124.83145.03195.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.21%
GREEN value IS 71 (28.12% from 255) = 15.96%
BLUE value IS 155 (60.94% from 255) = 34.83%
R=49.21%
G=15.96%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2197115500.680.290.14325.9567.2756.86
HexDB479B0441DE1464339
Octal3331072330104351650610371
Binary11011011100011110011011010001001110111101010001101000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db479b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db479b; }

 p { color: rgb(219,71,155); }

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

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

 a { background-color: rgb(219,71,155); }

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

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

 span { border-color: rgb(219,71,155); }

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