#D44B93

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

Shades of Mulberry #D44B93

Tints of Mulberry #D44B93

Color information

#D44B93 (or 0xD44B93) is unknown color: approx Mulberry. HEX triplet: D4, 4B and 93. RGB value is (212,75,147). Sum of RGB (Red+Green+Blue) = 212+75+147=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B93 is #2BB46C. Grayscale: #7C7C7C. Windows color (decimal): -2864237 or 9653204. OLE color: 9653204.

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

Color convert

RGB21275147-
CMYK00.650.310.17
HSL328.47º61.43%56.27%-
HSV(B)328.47º64.62%83.14%-
XYZ34.9321.1429.84-
YUV124.17140.89190.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.85%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=48.85%
G=17.28%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127514700.650.310.17328.4761.4356.27
HexD44B930411F111483d38
Octal324113223010137215107570
Binary11010100100101110010011010000011111110001101001000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B93; }

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

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

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

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

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

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

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

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