#D5494D

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

Shades of Mandy #D5494D

Tints of Mandy #D5494D

Color information

#D5494D (or 0xD5494D) is unknown color: approx Mandy. HEX triplet: D5, 49 and 4D. RGB value is (213,73,77). Sum of RGB (Red+Green+Blue) = 213+73+77=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5494D is #2AB6B2. Grayscale: #737373. Windows color (decimal): -2799283 or 5065173. OLE color: 5065173.

HSL color Cylindrical-coordinate representation of color #D5494D: hue angle of 358.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5494D is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB2137377-
CMYK00.660.640.16
HSL358.29º62.5%56.08%-
HSV(B)358.29º65.73%83.53%-
XYZ31.1619.459.13-
YUV115.32106.38197.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.68%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=58.68%
G=20.11%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213737700.660.640.16358.2962.556.08
HexD5494D04240101663e38
Octal3251111150102100205467670
Binary110101011001001100110101000010100000010000101100110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5494D; }

 p { color: rgb(213,73,77); }

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

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

 a { background-color: rgb(213,73,77); }

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

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

 span { border-color: rgb(213,73,77); }

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