#D44B92

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

Shades of Mulberry #D44B92

Tints of Mulberry #D44B92

Color information

#D44B92 (or 0xD44B92) is unknown color: approx Mulberry. HEX triplet: D4, 4B and 92. RGB value is (212,75,146). Sum of RGB (Red+Green+Blue) = 212+75+146=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B92 is #2BB46D. Grayscale: #7B7B7B. Windows color (decimal): -2864238 or 9587668. OLE color: 9587668.

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

Color convert

RGB21275146-
CMYK00.650.310.17
HSL328.91º61.43%56.27%-
HSV(B)328.91º64.62%83.14%-
XYZ34.8621.129.43-
YUV124.06140.39190.73-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.96%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=48.96%
G=17.32%
B=33.72%

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
Decimal2127514600.650.310.17328.9161.4356.27
HexD44B920411F111493d38
Octal324113222010137215117570
Binary11010100100101110010010010000011111110001101001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B92; }

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

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

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

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

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

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

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

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