#D44B8D

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

Shades of Mulberry #D44B8D

Tints of Mulberry #D44B8D

Color information

#D44B8D (or 0xD44B8D) is unknown color: approx Mulberry. HEX triplet: D4, 4B and 8D. RGB value is (212,75,141). Sum of RGB (Red+Green+Blue) = 212+75+141=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B8D is #2BB472. Grayscale: #7B7B7B. Windows color (decimal): -2864243 or 9259988. OLE color: 9259988.

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

Color convert

RGB21275141-
CMYK00.650.330.17
HSL331.09º61.43%56.27%-
HSV(B)331.09º64.62%83.14%-
XYZ34.4820.9527.43-
YUV123.49137.89191.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.53%
GREEN value IS 75 (29.69% from 255) = 17.52%
BLUE value IS 141 (55.47% from 255) = 32.94%
R=49.53%
G=17.52%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127514100.650.330.17331.0961.4356.27
HexD44B8D041211114b3d38
Octal324113215010141215137570
Binary110101001001011100011010100000110000110001101001011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44B8D; }

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

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

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

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

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

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

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

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