#D5559B

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

Shades of Mulberry #D5559B

Tints of Mulberry #D5559B

Color information

#D5559B (or 0xD5559B) is unknown color: approx Mulberry. HEX triplet: D5, 55 and 9B. RGB value is (213,85,155). Sum of RGB (Red+Green+Blue) = 213+85+155=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5559B is #2AAA64. Grayscale: #838383. Windows color (decimal): -2796133 or 10180053. OLE color: 10180053.

HSL color Cylindrical-coordinate representation of color #D5559B: hue angle of 327.19º 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 #D5559B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21385155-
CMYK00.600.270.16
HSL327.19º60.38%58.43%-
HSV(B)327.19º60.09%83.53%-
XYZ36.6123.0133.52-
YUV131.25141.41186.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 85 (33.59% from 255) = 18.76%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=47.02%
G=18.76%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138515500.600.270.16327.1960.3858.43
HexD5559B03C1B101473c3a
Octal32512523307433205077472
Binary1101010110101011001101101111001101110000101000111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5559B; }

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

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

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

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

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

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

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

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