#D44AA9

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

Shades of Mulberry #D44AA9

Tints of Mulberry #D44AA9

Color information

#D44AA9 (or 0xD44AA9) is unknown color: approx Mulberry. HEX triplet: D4, 4A and A9. RGB value is (212,74,169). Sum of RGB (Red+Green+Blue) = 212+74+169=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 169 (66.41% from 255 or 37.14% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D44AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44AA9 is #2BB556. Grayscale: #7D7D7D. Windows color (decimal): -2864471 or 11094740. OLE color: 11094740.

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

Color convert

RGB21274169-
CMYK00.650.200.17
HSL318.7º61.61%56.08%-
HSV(B)318.7º65.09%83.14%-
XYZ36.7621.7639.8-
YUV126.09152.22189.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.59%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 169 (66.41% from 255) = 37.14%
R=46.59%
G=16.26%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127416900.650.200.17318.761.6156.08
HexD44AA9041141113f3e38
Octal324112251010124214777670
Binary11010100100101010101001010000011010010001100111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44AA9; }

 p { color: rgb(212,74,169); }

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

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

 a { background-color: rgb(212,74,169); }

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

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

 span { border-color: rgb(212,74,169); }

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