#D5474E

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

Shades of Mandy #D5474E

Tints of Mandy #D5474E

Color information

#D5474E (or 0xD5474E) is unknown color: approx Mandy. HEX triplet: D5, 47 and 4E. RGB value is (213,71,78). Sum of RGB (Red+Green+Blue) = 213+71+78=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5474E is #2AB8B1. Grayscale: #727272. Windows color (decimal): -2799794 or 5130197. OLE color: 5130197.

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

Color convert

RGB2137178-
CMYK00.670.630.16
HSL357.04º62.83%55.69%-
HSV(B)357.04º66.67%83.53%-
XYZ31.0719.29.28-
YUV114.26107.54198.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 58.84%
GREEN value IS 71 (28.12% from 255) = 19.61%
BLUE value IS 78 (30.86% from 255) = 21.55%
R=58.84%
G=19.61%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213717800.670.630.16357.0462.8355.69
HexD5474E0433F101653f38
Octal325107116010377205457770
Binary11010101100011110011100100001111111110000101100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5474E; }

 p { color: rgb(213,71,78); }

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

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

 a { background-color: rgb(213,71,78); }

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

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

 span { border-color: rgb(213,71,78); }

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