#D44B94

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

Shades of Mulberry #D44B94

Tints of Mulberry #D44B94

Color information

#D44B94 (or 0xD44B94) is unknown color: approx Mulberry. HEX triplet: D4, 4B and 94. RGB value is (212,75,148). Sum of RGB (Red+Green+Blue) = 212+75+148=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B94 is #2BB46B. Grayscale: #7C7C7C. Windows color (decimal): -2864236 or 9718740. OLE color: 9718740.

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

Color convert

RGB21275148-
CMYK00.650.300.17
HSL328.03º61.43%56.27%-
HSV(B)328.03º64.62%83.14%-
XYZ35.0121.1730.26-
YUV124.28141.39190.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.74%
GREEN value IS 75 (29.69% from 255) = 17.24%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=48.74%
G=17.24%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127514800.650.300.17328.0361.4356.27
HexD44B940411E111483d38
Octal324113224010136215107570
Binary11010100100101110010100010000011111010001101001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B94; }

 p { color: rgb(212,75,148); }

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

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

 a { background-color: rgb(212,75,148); }

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

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

 span { border-color: rgb(212,75,148); }

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