#D44D9C

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

Shades of Mulberry #D44D9C

Tints of Mulberry #D44D9C

Color information

#D44D9C (or 0xD44D9C) is unknown color: approx Mulberry. HEX triplet: D4, 4D and 9C. RGB value is (212,77,156). Sum of RGB (Red+Green+Blue) = 212+77+156=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D9C is #2BB263. Grayscale: #7E7E7E. Windows color (decimal): -2863716 or 10243540. OLE color: 10243540.

HSL color Cylindrical-coordinate representation of color #D44D9C: hue angle of 324.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 #D44D9C is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB21277156-
CMYK00.640.260.17
HSL324.89º61.09%56.67%-
HSV(B)324.89º63.68%83.14%-
XYZ35.8121.7133.75-
YUV126.37144.73189.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 77 (30.47% from 255) = 17.30%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=47.64%
G=17.30%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127715600.640.260.17324.8961.0956.67
HexD44D9C0401A111453d39
Octal324115234010032215057571
Binary11010100100110110011100010000001101010001101000101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D9C; }

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

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

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

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

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

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

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

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