#D55595

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

Shades of Mulberry #D55595

Tints of Mulberry #D55595

Color information

#D55595 (or 0xD55595) is unknown color: approx Mulberry. HEX triplet: D5, 55 and 95. RGB value is (213,85,149). Sum of RGB (Red+Green+Blue) = 213+85+149=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D55595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55595 is #2AAA6A. Grayscale: #828282. Windows color (decimal): -2796139 or 9786837. OLE color: 9786837.

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

Color convert

RGB21385149-
CMYK00.600.300.16
HSL330º60.38%58.43%-
HSV(B)330º60.09%83.53%-
XYZ36.1122.8130.93-
YUV130.57138.41186.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.65%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=47.65%
G=19.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138514900.600.300.1633060.3858.43
HexD5559503C1E1014a3c3a
Octal32512522507436205127472
Binary1101010110101011001010101111001111010000101001010111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55595; }

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

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

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

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

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

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

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

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