#D5558D

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

Shades of Mulberry #D5558D

Tints of Mulberry #D5558D

Color information

#D5558D (or 0xD5558D) is unknown color: approx Mulberry. HEX triplet: D5, 55 and 8D. RGB value is (213,85,141). Sum of RGB (Red+Green+Blue) = 213+85+141=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5558D is #2AAA72. Grayscale: #818181. Windows color (decimal): -2796147 or 9262549. OLE color: 9262549.

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

Color convert

RGB21385141-
CMYK00.600.340.16
HSL333.75º60.38%58.43%-
HSV(B)333.75º60.09%83.53%-
XYZ35.522.5727.68-
YUV129.66134.41187.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 141 (55.47% from 255) = 32.12%
R=48.52%
G=19.36%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138514100.600.340.16333.7560.3858.43
HexD5558D03C221014e3c3a
Octal32512521507442205167472
Binary11010101101010110001101011110010001010000101001110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5558D; }

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

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

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

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

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

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

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

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