#D44E97

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

Shades of Mulberry #D44E97

Tints of Mulberry #D44E97

Color information

#D44E97 (or 0xD44E97) is unknown color: approx Mulberry. HEX triplet: D4, 4E and 97. RGB value is (212,78,151). Sum of RGB (Red+Green+Blue) = 212+78+151=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D44E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44E97 is #2BB168. Grayscale: #7E7E7E. Windows color (decimal): -2863465 or 9916116. OLE color: 9916116.

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

Color convert

RGB21278151-
CMYK00.630.290.17
HSL327.31º60.91%56.86%-
HSV(B)327.31º63.21%83.14%-
XYZ35.4621.6831.59-
YUV126.39141.89189.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 78 (30.86% from 255) = 17.69%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=48.07%
G=17.69%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127815100.630.290.17327.3160.9156.86
HexD44E9703F1D111473d39
Octal32411622707735215077571
Binary1101010010011101001011101111111110110001101000111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44E97; }

 p { color: rgb(212,78,151); }

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

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

 a { background-color: rgb(212,78,151); }

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

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

 span { border-color: rgb(212,78,151); }

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