#D5575E

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

Shades of Mandy #D5575E

Tints of Mandy #D5575E

Color information

#D5575E (or 0xD5575E) is unknown color: approx Mandy. HEX triplet: D5, 57 and 5E. RGB value is (213,87,94). Sum of RGB (Red+Green+Blue) = 213+87+94=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5575E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5575E is #2AA8A1. Grayscale: #7D7D7D. Windows color (decimal): -2795682 or 6182869. OLE color: 6182869.

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

Color convert

RGB2138794-
CMYK00.590.560.16
HSL356.67º60%58.82%-
HSV(B)356.67º59.15%83.53%-
XYZ32.8721.7713.06-
YUV125.47110.24190.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.06%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 94 (37.11% from 255) = 23.86%
R=54.06%
G=22.08%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213879400.590.560.16356.676058.82
HexD5575E03B38101653c3b
Octal32512713607370205457473
Binary1101010110101111011110011101111100010000101100101111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5575E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5575E; }

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

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

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

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

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

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

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

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