#D85455

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

Shades of Mandy #D85455

Tints of Mandy #D85455

Color information

#D85455 (or 0xD85455) is unknown color: approx Mandy. HEX triplet: D8, 54 and 55. RGB value is (216,84,85). Sum of RGB (Red+Green+Blue) = 216+84+85=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D85455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85455 is #27ABAA. Grayscale: #7B7B7B. Windows color (decimal): -2599851 or 5592280. OLE color: 5592280.

HSL color Cylindrical-coordinate representation of color #D85455: hue angle of 359.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85455 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB2168485-
CMYK00.610.610.15
HSL359.55º62.86%58.82%-
HSV(B)359.55º61.11%84.71%-
XYZ33.1321.611.02-
YUV123.58106.23193.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 56.10%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=56.10%
G=21.82%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216848500.610.610.15359.5562.8658.82
HexD8545503D3DF1683f3b
Octal33012412507575175507773
Binary110110001010100101010101111011111011111101101000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85455; }

 p { color: rgb(216,84,85); }

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

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

 a { background-color: rgb(216,84,85); }

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

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

 span { border-color: rgb(216,84,85); }

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