#D441AA

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

Shades of Mulberry #D441AA

Tints of Mulberry #D441AA

Color information

#D441AA (or 0xD441AA) is unknown color: approx Mulberry. HEX triplet: D4, 41 and AA. RGB value is (212,65,170). Sum of RGB (Red+Green+Blue) = 212+65+170=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D441AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D441AA is #2BBE55. Grayscale: #787878. Windows color (decimal): -2866774 or 11157972. OLE color: 11157972.

HSL color Cylindrical-coordinate representation of color #D441AA: hue angle of 317.14º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D441AA is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21265170-
CMYK00.690.200.17
HSL317.14º63.09%54.31%-
HSV(B)317.14º69.34%83.14%-
XYZ36.320.6840.11-
YUV120.92155.7192.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.43%
GREEN value IS 65 (25.78% from 255) = 14.54%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=47.43%
G=14.54%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126517000.690.200.17317.1463.0954.31
HexD441AA045141113d3f36
Octal324101252010524214757766
Binary11010100100000110101010010001011010010001100111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D441AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D441AA; }

 p { color: rgb(212,65,170); }

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

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

 a { background-color: rgb(212,65,170); }

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

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

 span { border-color: rgb(212,65,170); }

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