#D56164

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

Shades of Mandy #D56164

Tints of Mandy #D56164

Color information

#D56164 (or 0xD56164) is unknown color: approx Mandy. HEX triplet: D5, 61 and 64. RGB value is (213,97,100). Sum of RGB (Red+Green+Blue) = 213+97+100=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D56164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56164 is #2A9E9B. Grayscale: #848484. Windows color (decimal): -2793116 or 6578645. OLE color: 6578645.

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

Color convert

RGB21397100-
CMYK00.540.530.16
HSL358.45º58%60.78%-
HSV(B)358.45º54.46%83.53%-
XYZ34.0223.6214.82-
YUV132.03109.93185.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.95%
GREEN value IS 97 (38.28% from 255) = 23.66%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=51.95%
G=23.66%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139710000.540.530.16358.455860.78
HexD5616403635101663a3d
Octal32514114406665205467275
Binary1101010111000011100100011011011010110000101100110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56164; }

 p { color: rgb(213,97,100); }

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

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

 a { background-color: rgb(213,97,100); }

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

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

 span { border-color: rgb(213,97,100); }

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