#d44b9d

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

Shades of Mulberry #D44B9D

Tints of Mulberry #D44B9D

Color information

#D44B9D (or 0xD44B9D) is unknown color: approx Mulberry. HEX triplet: D4, 4B and 9D. RGB value is (212,75,157). Sum of RGB (Red+Green+Blue) = 212+75+157=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D44B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44B9D is #2BB462. Grayscale: #7D7D7D. Windows color (decimal): -2864227 or 10308564. OLE color: 10308564.

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

Color convert

RGB21275157-
CMYK00.650.260.17
HSL324.09º61.43%56.27%-
HSV(B)324.09º64.62%83.14%-
XYZ35.7521.4634.16-
YUV125.31145.89189.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.75%
GREEN value IS 75 (29.69% from 255) = 16.89%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=47.75%
G=16.89%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127515700.650.260.17324.0961.4356.27
HexD44B9D0411A111443d38
Octal324113235010132215047570
Binary11010100100101110011101010000011101010001101000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44b9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44b9d; }

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

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

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

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

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

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

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

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