#D44D8B

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

Shades of Mulberry #D44D8B

Tints of Mulberry #D44D8B

Color information

#D44D8B (or 0xD44D8B) is unknown color: approx Mulberry. HEX triplet: D4, 4D and 8B. RGB value is (212,77,139). Sum of RGB (Red+Green+Blue) = 212+77+139=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D44D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44D8B is #2BB274. Grayscale: #7C7C7C. Windows color (decimal): -2863733 or 9129428. OLE color: 9129428.

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

Color convert

RGB21277139-
CMYK00.640.340.17
HSL332.44º61.09%56.67%-
HSV(B)332.44º63.68%83.14%-
XYZ34.4721.1726.7-
YUV124.43136.23190.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 77 (30.47% from 255) = 17.99%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=49.53%
G=17.99%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127713900.640.340.17332.4461.0956.67
HexD44D8B040221114c3d39
Octal324115213010042215147571
Binary110101001001101100010110100000010001010001101001100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44D8B; }

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

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

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

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

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

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

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

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