#D44D8A

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

Shades of Mulberry #D44D8A

Tints of Mulberry #D44D8A

Color information

#D44D8A (or 0xD44D8A) is unknown color: approx Mulberry. HEX triplet: D4, 4D and 8A. RGB value is (212,77,138). Sum of RGB (Red+Green+Blue) = 212+77+138=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D8A is #2BB275. Grayscale: #7C7C7C. Windows color (decimal): -2863734 or 9063892. OLE color: 9063892.

HSL color Cylindrical-coordinate representation of color #D44D8A: hue angle of 332.89º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44D8A is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB21277138-
CMYK00.640.350.17
HSL332.89º61.09%56.67%-
HSV(B)332.89º63.68%83.14%-
XYZ34.3921.1426.31-
YUV124.32135.73190.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.65%
GREEN value IS 77 (30.47% from 255) = 18.03%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=49.65%
G=18.03%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127713800.640.350.17332.8961.0956.67
HexD44D8A040231114d3d39
Octal324115212010043215157571
Binary110101001001101100010100100000010001110001101001101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D8A; }

 p { color: rgb(212,77,138); }

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

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

 a { background-color: rgb(212,77,138); }

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

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

 span { border-color: rgb(212,77,138); }

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