#D56465

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

Shades of Mandy #D56465

Tints of Mandy #D56465

Color information

#D56465 (or 0xD56465) is unknown color: approx Mandy. HEX triplet: D5, 64 and 65. RGB value is (213,100,101). Sum of RGB (Red+Green+Blue) = 213+100+101=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 101 (39.84% from 255 or 24.40% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D56465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56465 is #2A9B9A. Grayscale: #868686. Windows color (decimal): -2792347 or 6644949. OLE color: 6644949.

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

Color convert

RGB213100101-
CMYK00.530.530.16
HSL359.47º57.36%61.37%-
HSV(B)359.47º53.05%83.53%-
XYZ34.3524.215.17-
YUV133.9109.44184.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 51.45%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 101 (39.84% from 255) = 24.40%
R=51.45%
G=24.15%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310010100.530.530.16359.4757.3661.37
HexD564650353510167393d
Octal32514414506565205477175
Binary1101010111001001100101011010111010110000101100111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56465; }

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

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

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

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

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

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

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

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