#D44CA3

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

Shades of Mulberry #D44CA3

Tints of Mulberry #D44CA3

Color information

#D44CA3 (or 0xD44CA3) is unknown color: approx Mulberry. HEX triplet: D4, 4C and A3. RGB value is (212,76,163). Sum of RGB (Red+Green+Blue) = 212+76+163=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 163 (64.06% from 255 or 36.14% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44CA3 is #2BB35C. Grayscale: #7E7E7E. Windows color (decimal): -2863965 or 10702036. OLE color: 10702036.

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

Color convert

RGB21276163-
CMYK00.640.230.17
HSL321.62º61.26%56.47%-
HSV(B)321.62º64.15%83.14%-
XYZ36.3521.8136.94-
YUV126.58148.56188.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.01%
GREEN value IS 76 (30.08% from 255) = 16.85%
BLUE value IS 163 (64.06% from 255) = 36.14%
R=47.01%
G=16.85%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127616300.640.230.17321.6261.2656.47
HexD44CA304017111423d38
Octal324114243010027215027570
Binary11010100100110010100011010000001011110001101000010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44CA3; }

 p { color: rgb(212,76,163); }

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

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

 a { background-color: rgb(212,76,163); }

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

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

 span { border-color: rgb(212,76,163); }

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