#D4535E

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

Shades of Mandy #D4535E

Tints of Mandy #D4535E

Color information

#D4535E (or 0xD4535E) is unknown color: approx Mandy. HEX triplet: D4, 53 and 5E. RGB value is (212,83,94). Sum of RGB (Red+Green+Blue) = 212+83+94=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D4535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4535E is #2BACA1. Grayscale: #7A7A7A. Windows color (decimal): -2862242 or 6181844. OLE color: 6181844.

HSL color Cylindrical-coordinate representation of color #D4535E: hue angle of 354.88º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4535E is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2128394-
CMYK00.610.560.17
HSL354.88º60%57.84%-
HSV(B)354.88º60.85%83.14%-
XYZ32.2720.9912.94-
YUV122.82111.74191.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 54.50%
GREEN value IS 83 (32.81% from 255) = 21.34%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=54.50%
G=21.34%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212839400.610.560.17354.886057.84
HexD4535E03D38111633c3a
Octal32412313607570215437472
Binary1101010010100111011110011110111100010001101100011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4535E; }

 p { color: rgb(212,83,94); }

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

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

 a { background-color: rgb(212,83,94); }

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

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

 span { border-color: rgb(212,83,94); }

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