#D34C54

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

Shades of Mandy #D34C54

Tints of Mandy #D34C54

Color information

#D34C54 (or 0xD34C54) is unknown color: approx Mandy. HEX triplet: D3, 4C and 54. RGB value is (211,76,84). Sum of RGB (Red+Green+Blue) = 211+76+84=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34C54 is #2CB3AB. Grayscale: #757575. Windows color (decimal): -2929580 or 5524691. OLE color: 5524691.

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

Color convert

RGB2117684-
CMYK00.640.600.17
HSL356.44º60.54%56.27%-
HSV(B)356.44º63.98%82.75%-
XYZ31.0519.6610.55-
YUV117.28109.23194.85-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 56.87%
GREEN value IS 76 (30.08% from 255) = 20.49%
BLUE value IS 84 (33.20% from 255) = 22.64%
R=56.87%
G=20.49%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211768400.640.600.17356.4460.5456.27
HexD34C540403C111643d38
Octal323114124010074215447570
Binary11010011100110010101000100000011110010001101100100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34C54; }

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

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

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

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

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

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

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

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