#D64C54

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

Shades of Mandy #D64C54

Tints of Mandy #D64C54

Color information

#D64C54 (or 0xD64C54) is unknown color: approx Mandy. HEX triplet: D6, 4C and 54. RGB value is (214,76,84). Sum of RGB (Red+Green+Blue) = 214+76+84=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C54 is #29B3AB. Grayscale: #767676. Windows color (decimal): -2732972 or 5524694. OLE color: 5524694.

HSL color Cylindrical-coordinate representation of color #D64C54: hue angle of 356.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64C54 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB2147684-
CMYK00.640.610.16
HSL356.52º62.73%56.86%-
HSV(B)356.52º64.49%83.92%-
XYZ31.9220.1110.59-
YUV118.17108.72196.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.22%
GREEN value IS 76 (30.08% from 255) = 20.32%
BLUE value IS 84 (33.20% from 255) = 22.46%
R=57.22%
G=20.32%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214768400.640.610.16356.5262.7356.86
HexD64C540403D101653f39
Octal326114124010075205457771
Binary11010110100110010101000100000011110110000101100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64C54; }

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

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

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

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

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

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

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

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