#DA4596

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

Shades of Mulberry #DA4596

Tints of Mulberry #DA4596

Color information

#DA4596 (or 0xDA4596) is unknown color: approx Mulberry. HEX triplet: DA, 45 and 96. RGB value is (218,69,150). Sum of RGB (Red+Green+Blue) = 218+69+150=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4596 is #25BA69. Grayscale: #7A7A7A. Windows color (decimal): -2472554 or 9848282. OLE color: 9848282.

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

Color convert

RGB21869150-
CMYK00.680.310.15
HSL327.38º66.82%56.27%-
HSV(B)327.38º68.35%85.49%-
XYZ36.5521.3631.05-
YUV122.78143.36195.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.89%
GREEN value IS 69 (27.34% from 255) = 15.79%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=49.89%
G=15.79%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2186915000.680.310.15327.3866.8256.27
HexDA45960441FF1474338
Octal3321052260104371750710370
Binary11011010100010110010110010001001111111111010001111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4596; }

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

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

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

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

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

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

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

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