#D44885

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

Shades of Mulberry #D44885

Tints of Mulberry #D44885

Color information

#D44885 (or 0xD44885) is unknown color: approx Mulberry. HEX triplet: D4, 48 and 85. RGB value is (212,72,133). Sum of RGB (Red+Green+Blue) = 212+72+133=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D44885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44885 is #2BB77A. Grayscale: #787878. Windows color (decimal): -2865019 or 8734932. OLE color: 8734932.

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

Color convert

RGB21272133-
CMYK00.660.370.17
HSL333.86º61.95%55.69%-
HSV(B)333.86º66.04%83.14%-
XYZ33.720.3324.34-
YUV120.81134.88193.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 50.84%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=50.84%
G=17.27%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127213300.660.370.17333.8661.9555.69
HexD44885042251114e3e38
Octal324110205010245215167670
Binary110101001001000100001010100001010010110001101001110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44885; }

 p { color: rgb(212,72,133); }

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

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

 a { background-color: rgb(212,72,133); }

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

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

 span { border-color: rgb(212,72,133); }

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