#D4474E

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

Shades of Mandy #D4474E

Tints of Mandy #D4474E

Color information

#D4474E (or 0xD4474E) is unknown color: approx Mandy. HEX triplet: D4, 47 and 4E. RGB value is (212,71,78). Sum of RGB (Red+Green+Blue) = 212+71+78=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D4474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4474E is #2BB8B1. Grayscale: #727272. Windows color (decimal): -2865330 or 5130196. OLE color: 5130196.

HSL color Cylindrical-coordinate representation of color #D4474E: hue angle of 357.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4474E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2127178-
CMYK00.670.630.17
HSL357.02º62.11%55.49%-
HSV(B)357.02º66.51%83.14%-
XYZ30.7819.059.26-
YUV113.96107.71197.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.73%
GREEN value IS 71 (28.12% from 255) = 19.67%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=58.73%
G=19.67%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212717800.670.630.17357.0262.1155.49
HexD4474E0433F111653e37
Octal324107116010377215457667
Binary11010100100011110011100100001111111110001101100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4474E; }

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

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

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

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

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

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

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

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