#D85457

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

Shades of Mandy #D85457

Tints of Mandy #D85457

Color information

#D85457 (or 0xD85457) is unknown color: approx Mandy. HEX triplet: D8, 54 and 57. RGB value is (216,84,87). Sum of RGB (Red+Green+Blue) = 216+84+87=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D85457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85457 is #27ABA8. Grayscale: #7B7B7B. Windows color (decimal): -2599849 or 5723352. OLE color: 5723352.

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

Color convert

RGB2168487-
CMYK00.610.600.15
HSL358.64º62.86%58.82%-
HSV(B)358.64º61.11%84.71%-
XYZ33.2121.6311.44-
YUV123.81107.23193.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 55.81%
GREEN value IS 84 (33.20% from 255) = 21.71%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=55.81%
G=21.71%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216848700.610.600.15358.6462.8658.82
HexD8545703D3CF1673f3b
Octal33012412707574175477773
Binary110110001010100101011101111011111001111101100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85457; }

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

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

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

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

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

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

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

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