#D85560

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

Shades of Mandy #D85560

Tints of Mandy #D85560

Color information

#D85560 (or 0xD85560) is unknown color: approx Mandy. HEX triplet: D8, 55 and 60. RGB value is (216,85,96). Sum of RGB (Red+Green+Blue) = 216+85+96=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85560 is #27AA9F. Grayscale: #7D7D7D. Windows color (decimal): -2599584 or 6313432. OLE color: 6313432.

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

Color convert

RGB2168596-
CMYK00.610.560.15
HSL354.96º62.68%59.02%-
HSV(B)354.96º60.65%84.71%-
XYZ33.6821.9413.53-
YUV125.42111.4192.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.41%
GREEN value IS 85 (33.59% from 255) = 21.41%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=54.41%
G=21.41%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216859600.610.560.15354.9662.6859.02
HexD8556003D38F1633f3b
Octal33012514007570175437773
Binary110110001010101110000001111011110001111101100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85560; }

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

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

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

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

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

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

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

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