#D44CA6

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

Shades of Mulberry #D44CA6

Tints of Mulberry #D44CA6

Color information

#D44CA6 (or 0xD44CA6) is unknown color: approx Mulberry. HEX triplet: D4, 4C and A6. RGB value is (212,76,166). Sum of RGB (Red+Green+Blue) = 212+76+166=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D44CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44CA6 is #2BB359. Grayscale: #7E7E7E. Windows color (decimal): -2863962 or 10898644. OLE color: 10898644.

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

Color convert

RGB21276166-
CMYK00.640.220.17
HSL320.29º61.26%56.47%-
HSV(B)320.29º64.15%83.14%-
XYZ36.6221.9238.38-
YUV126.92150.06188.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.70%
GREEN value IS 76 (30.08% from 255) = 16.74%
BLUE value IS 166 (65.23% from 255) = 36.56%
R=46.70%
G=16.74%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127616600.640.220.17320.2961.2656.47
HexD44CA604016111403d38
Octal324114246010026215007570
Binary11010100100110010100110010000001011010001101000000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44CA6; }

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

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

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

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

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

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

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

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