#D34C5F

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

Shades of Mandy #D34C5F

Tints of Mandy #D34C5F

Color information

#D34C5F (or 0xD34C5F) is unknown color: approx Mandy. HEX triplet: D3, 4C and 5F. RGB value is (211,76,95). Sum of RGB (Red+Green+Blue) = 211+76+95=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C5F is #2CB3A0. Grayscale: #767676. Windows color (decimal): -2929569 or 6245587. OLE color: 6245587.

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

Color convert

RGB2117695-
CMYK00.640.550.17
HSL351.56º60.54%56.27%-
HSV(B)351.56º63.98%82.75%-
XYZ31.5119.8413-
YUV118.53114.73193.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.24%
GREEN value IS 76 (30.08% from 255) = 19.90%
BLUE value IS 95 (37.5% from 255) = 24.87%
R=55.24%
G=19.90%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211769500.640.550.17351.5660.5456.27
HexD34C5F04037111603d38
Octal323114137010067215407570
Binary11010011100110010111110100000011011110001101100000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34C5F; }

 p { color: rgb(211,76,95); }

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

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

 a { background-color: rgb(211,76,95); }

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

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

 span { border-color: rgb(211,76,95); }

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