#D44595

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

Shades of Mulberry #D44595

Tints of Mulberry #D44595

Color information

#D44595 (or 0xD44595) is unknown color: approx Mulberry. HEX triplet: D4, 45 and 95. RGB value is (212,69,149). Sum of RGB (Red+Green+Blue) = 212+69+149=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D44595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44595 is #2BBA6A. Grayscale: #787878. Windows color (decimal): -2865771 or 9782740. OLE color: 9782740.

HSL color Cylindrical-coordinate representation of color #D44595: hue angle of 326.43º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44595 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB21269149-
CMYK00.670.300.17
HSL326.43º62.45%55.1%-
HSV(B)326.43º67.45%83.14%-
XYZ34.720.4230.55-
YUV120.88143.88193-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.30%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 149 (58.59% from 255) = 34.65%
R=49.30%
G=16.05%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126914900.670.300.17326.4362.4555.1
HexD445950431E111463e37
Octal324105225010336215067667
Binary11010100100010110010101010000111111010001101000110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D44595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D44595; }

 p { color: rgb(212,69,149); }

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

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

 a { background-color: rgb(212,69,149); }

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

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

 span { border-color: rgb(212,69,149); }

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