#D44491

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

Shades of Mulberry #D44491

Tints of Mulberry #D44491

Color information

#D44491 (or 0xD44491) is unknown color: approx Mulberry. HEX triplet: D4, 44 and 91. RGB value is (212,68,145). Sum of RGB (Red+Green+Blue) = 212+68+145=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D44491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44491 is #2BBB6E. Grayscale: #777777. Windows color (decimal): -2866031 or 9520340. OLE color: 9520340.

HSL color Cylindrical-coordinate representation of color #D44491: hue angle of 327.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D44491 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB21268145-
CMYK00.680.320.17
HSL327.92º62.61%54.9%-
HSV(B)327.92º67.92%83.14%-
XYZ34.3320.1828.87-
YUV119.83142.21193.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 68 (26.95% from 255) = 16%
BLUE value IS 145 (57.03% from 255) = 34.12%
R=49.88%
G=16%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126814500.680.320.17327.9262.6154.9
HexD4449104420111483f37
Octal324104221010440215107767
Binary110101001000100100100010100010010000010001101001000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44491; }

 p { color: rgb(212,68,145); }

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

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

 a { background-color: rgb(212,68,145); }

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

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

 span { border-color: rgb(212,68,145); }

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