#D55790

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

Shades of Mulberry #D55790

Tints of Mulberry #D55790

Color information

#D55790 (or 0xD55790) is unknown color: approx Mulberry. HEX triplet: D5, 57 and 90. RGB value is (213,87,144). Sum of RGB (Red+Green+Blue) = 213+87+144=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D55790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55790 is #2AA86F. Grayscale: #838383. Windows color (decimal): -2795632 or 9459669. OLE color: 9459669.

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

Color convert

RGB21387144-
CMYK00.590.320.16
HSL332.86º60%58.82%-
HSV(B)332.86º59.15%83.53%-
XYZ35.8822.9828.93-
YUV131.17135.24186.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=47.97%
G=19.59%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138714400.590.320.16332.866058.82
HexD5579003B201014d3c3b
Octal32512722007340205157473
Binary11010101101011110010000011101110000010000101001101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55790; }

 p { color: rgb(213,87,144); }

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

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

 a { background-color: rgb(213,87,144); }

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

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

 span { border-color: rgb(213,87,144); }

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