#D44388

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

Shades of Mulberry #D44388

Tints of Mulberry #D44388

Color information

#D44388 (or 0xD44388) is unknown color: approx Mulberry. HEX triplet: D4, 43 and 88. RGB value is (212,67,136). Sum of RGB (Red+Green+Blue) = 212+67+136=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D44388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44388 is #2BBC77. Grayscale: #767676. Windows color (decimal): -2866296 or 8930260. OLE color: 8930260.

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

Color convert

RGB21267136-
CMYK00.680.360.17
HSL331.45º62.77%54.71%-
HSV(B)331.45º68.4%83.14%-
XYZ33.619.7925.34-
YUV118.22138.04194.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 51.08%
GREEN value IS 67 (26.56% from 255) = 16.14%
BLUE value IS 136 (53.52% from 255) = 32.77%
R=51.08%
G=16.14%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126713600.680.360.17331.4562.7754.71
HexD44388044241114b3f37
Octal324103210010444215137767
Binary110101001000011100010000100010010010010001101001011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44388; }

 p { color: rgb(212,67,136); }

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

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

 a { background-color: rgb(212,67,136); }

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

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

 span { border-color: rgb(212,67,136); }

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