#DA4896

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

Shades of Mulberry #DA4896

Tints of Mulberry #DA4896

Color information

#DA4896 (or 0xDA4896) is unknown color: approx Mulberry. HEX triplet: DA, 48 and 96. RGB value is (218,72,150). Sum of RGB (Red+Green+Blue) = 218+72+150=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4896 is #25B769. Grayscale: #7C7C7C. Windows color (decimal): -2471786 or 9849050. OLE color: 9849050.

HSL color Cylindrical-coordinate representation of color #DA4896: hue angle of 327.95º degrees, saturation: 0.66, 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 #DA4896 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB21872150-
CMYK00.670.310.15
HSL327.95º66.36%56.86%-
HSV(B)327.95º66.97%85.49%-
XYZ36.7421.7431.11-
YUV124.55142.37194.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.55%
GREEN value IS 72 (28.52% from 255) = 16.36%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=49.55%
G=16.36%
B=34.09%

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
Decimal2187215000.670.310.15327.9566.3656.86
HexDA48960431FF1484239
Octal3321102260103371751010271
Binary11011010100100010010110010000111111111111010010001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA4896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA4896; }

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

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

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

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

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

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

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

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