#DA4796

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

Shades of Mulberry #DA4796

Tints of Mulberry #DA4796

Color information

#DA4796 (or 0xDA4796) is unknown color: approx Mulberry. HEX triplet: DA, 47 and 96. RGB value is (218,71,150). Sum of RGB (Red+Green+Blue) = 218+71+150=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4796 is #25B869. Grayscale: #7B7B7B. Windows color (decimal): -2472042 or 9848794. OLE color: 9848794.

HSL color Cylindrical-coordinate representation of color #DA4796: hue angle of 327.76º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4796 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB21871150-
CMYK00.670.310.15
HSL327.76º66.52%56.67%-
HSV(B)327.76º67.43%85.49%-
XYZ36.6721.6131.09-
YUV123.96142.7195.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.66%
GREEN value IS 71 (28.12% from 255) = 16.17%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=49.66%
G=16.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2187115000.670.310.15327.7666.5256.67
HexDA47960431FF1484339
Octal3321072260103371751010371
Binary11011010100011110010110010000111111111111010010001000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4796; }

 p { color: rgb(218,71,150); }

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

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

 a { background-color: rgb(218,71,150); }

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

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

 span { border-color: rgb(218,71,150); }

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