#D75595

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

Shades of Mulberry #D75595

Tints of Mulberry #D75595

Color information

#D75595 (or 0xD75595) is unknown color: approx Mulberry. HEX triplet: D7, 55 and 95. RGB value is (215,85,149). Sum of RGB (Red+Green+Blue) = 215+85+149=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D75595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75595 is #28AA6A. Grayscale: #838383. Windows color (decimal): -2665067 or 9786839. OLE color: 9786839.

HSL color Cylindrical-coordinate representation of color #D75595: hue angle of 330.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D75595 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21585149-
CMYK00.600.310.16
HSL330.46º61.9%58.82%-
HSV(B)330.46º60.47%84.31%-
XYZ36.723.1130.96-
YUV131.17138.07187.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.88%
GREEN value IS 85 (33.59% from 255) = 18.93%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=47.88%
G=18.93%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158514900.600.310.16330.4661.958.82
HexD7559503C1F1014a3e3b
Octal32712522507437205127673
Binary1101011110101011001010101111001111110000101001010111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75595; }

 p { color: rgb(215,85,149); }

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

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

 a { background-color: rgb(215,85,149); }

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

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

 span { border-color: rgb(215,85,149); }

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