#D4464E

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

Shades of Mandy #D4464E

Tints of Mandy #D4464E

Color information

#D4464E (or 0xD4464E) is unknown color: approx Mandy. HEX triplet: D4, 46 and 4E. RGB value is (212,70,78). Sum of RGB (Red+Green+Blue) = 212+70+78=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4464E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4464E is #2BB9B1. Grayscale: #717171. Windows color (decimal): -2865586 or 5129940. OLE color: 5129940.

HSL color Cylindrical-coordinate representation of color #D4464E: hue angle of 356.62º 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 #D4464E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2127078-
CMYK00.670.630.17
HSL356.62º62.28%55.29%-
HSV(B)356.62º66.98%83.14%-
XYZ30.7218.939.24-
YUV113.37108.04198.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 58.89%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=58.89%
G=19.44%
B=21.67%

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
Decimal212707800.670.630.17356.6262.2855.29
HexD4464E0433F111653e37
Octal324106116010377215457667
Binary11010100100011010011100100001111111110001101100101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4464E; }

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

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

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

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

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

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

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

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