#D44D88

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

Shades of Mulberry #D44D88

Tints of Mulberry #D44D88

Color information

#D44D88 (or 0xD44D88) is unknown color: approx Mulberry. HEX triplet: D4, 4D and 88. RGB value is (212,77,136). Sum of RGB (Red+Green+Blue) = 212+77+136=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D88 is #2BB277. Grayscale: #7B7B7B. Windows color (decimal): -2863736 or 8932820. OLE color: 8932820.

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

Color convert

RGB21277136-
CMYK00.640.360.17
HSL333.78º61.09%56.67%-
HSV(B)333.78º63.68%83.14%-
XYZ34.2521.0825.56-
YUV124.09134.73190.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.88%
GREEN value IS 77 (30.47% from 255) = 18.12%
BLUE value IS 136 (53.52% from 255) = 32%
R=49.88%
G=18.12%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127713600.640.360.17333.7861.0956.67
HexD44D88040241114e3d39
Octal324115210010044215167571
Binary110101001001101100010000100000010010010001101001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D88; }

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

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

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

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

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

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

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

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