#D5545B

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

Shades of Mandy #D5545B

Tints of Mandy #D5545B

Color information

#D5545B (or 0xD5545B) is unknown color: approx Mandy. HEX triplet: D5, 54 and 5B. RGB value is (213,84,91). Sum of RGB (Red+Green+Blue) = 213+84+91=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5545B is #2AABA4. Grayscale: #7B7B7B. Windows color (decimal): -2796453 or 5985493. OLE color: 5985493.

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

Color convert

RGB2138491-
CMYK00.610.570.16
HSL356.74º60.56%58.24%-
HSV(B)356.74º60.56%83.53%-
XYZ32.521.2412.28-
YUV123.37109.74191.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 91 (35.94% from 255) = 23.45%
R=54.90%
G=21.65%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213849100.610.570.16356.7460.5658.24
HexD5545B03D39101653d3a
Octal32512413307571205457572
Binary1101010110101001011011011110111100110000101100101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5545B; }

 p { color: rgb(213,84,91); }

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

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

 a { background-color: rgb(213,84,91); }

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

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

 span { border-color: rgb(213,84,91); }

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