#D44786

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

Shades of Mulberry #D44786

Tints of Mulberry #D44786

Color information

#D44786 (or 0xD44786) is unknown color: approx Mulberry. HEX triplet: D4, 47 and 86. RGB value is (212,71,134). Sum of RGB (Red+Green+Blue) = 212+71+134=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D44786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44786 is #2BB879. Grayscale: #787878. Windows color (decimal): -2865274 or 8800212. OLE color: 8800212.

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

Color convert

RGB21271134-
CMYK00.670.370.17
HSL333.19º62.11%55.49%-
HSV(B)333.19º66.51%83.14%-
XYZ33.7120.2224.68-
YUV120.34135.71193.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=50.84%
G=17.03%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127113400.670.370.17333.1962.1155.49
HexD44786043251114d3e37
Octal324107206010345215157667
Binary110101001000111100001100100001110010110001101001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44786; }

 p { color: rgb(212,71,134); }

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

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

 a { background-color: rgb(212,71,134); }

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

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

 span { border-color: rgb(212,71,134); }

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