#D34D53

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

Shades of Mandy #D34D53

Tints of Mandy #D34D53

Color information

#D34D53 (or 0xD34D53) is unknown color: approx Mandy. HEX triplet: D3, 4D and 53. RGB value is (211,77,83). Sum of RGB (Red+Green+Blue) = 211+77+83=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D53 is #2CB2AC. Grayscale: #757575. Windows color (decimal): -2929325 or 5459411. OLE color: 5459411.

HSL color Cylindrical-coordinate representation of color #D34D53: hue angle of 357.31º degrees, saturation: 0.6, 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 #D34D53 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB2117783-
CMYK00.640.610.17
HSL357.31º60.36%56.47%-
HSV(B)357.31º63.51%82.75%-
XYZ31.0819.7810.36-
YUV117.75108.39194.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.87%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=56.87%
G=20.75%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211778300.640.610.17357.3160.3656.47
HexD34D530403D111653c38
Octal323115123010075215457470
Binary11010011100110110100110100000011110110001101100101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34D53; }

 p { color: rgb(211,77,83); }

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

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

 a { background-color: rgb(211,77,83); }

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

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

 span { border-color: rgb(211,77,83); }

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