#D44B91

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

Shades of Mulberry #D44B91

Tints of Mulberry #D44B91

Color information

#D44B91 (or 0xD44B91) is unknown color: approx Mulberry. HEX triplet: D4, 4B and 91. RGB value is (212,75,145). Sum of RGB (Red+Green+Blue) = 212+75+145=432 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.07% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B91 is #2BB46E. Grayscale: #7B7B7B. Windows color (decimal): -2864239 or 9522132. OLE color: 9522132.

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

Color convert

RGB21275145-
CMYK00.650.320.17
HSL329.34º61.43%56.27%-
HSV(B)329.34º64.62%83.14%-
XYZ34.7821.0729.02-
YUV123.94139.89190.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.07%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=49.07%
G=17.36%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127514500.650.320.17329.3461.4356.27
HexD44B9104120111493d38
Octal324113221010140215117570
Binary110101001001011100100010100000110000010001101001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B91; }

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

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

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

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

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

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

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

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