#d44fab

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

Shades of Mulberry #D44FAB

Tints of Mulberry #D44FAB

Color information

#D44FAB (or 0xD44FAB) is unknown color: approx Mulberry. HEX triplet: D4, 4F and AB. RGB value is (212,79,171). Sum of RGB (Red+Green+Blue) = 212+79+171=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D44FAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D44FAB is #2BB054. Grayscale: #818181. Windows color (decimal): -2863189 or 11227092. OLE color: 11227092.

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

Color convert

RGB21279171-
CMYK00.630.190.17
HSL318.5º60.73%57.06%-
HSV(B)318.5º62.74%83.14%-
XYZ37.322.5340.91-
YUV129.26151.56187.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 79 (31.25% from 255) = 17.10%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=45.89%
G=17.10%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127917100.630.190.17318.560.7357.06
HexD44FAB03F131113e3d39
Octal32411725307723214767571
Binary1101010010011111010101101111111001110001100111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d44fab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d44fab; }

 p { color: rgb(212,79,171); }

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

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

 a { background-color: rgb(212,79,171); }

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

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

 span { border-color: rgb(212,79,171); }

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