#D05560

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

Shades of Mandy #D05560

Tints of Mandy #D05560

Color information

#D05560 (or 0xD05560) is unknown color: approx Mandy. HEX triplet: D0, 55 and 60. RGB value is (208,85,96). Sum of RGB (Red+Green+Blue) = 208+85+96=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D05560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05560 is #2FAA9F. Grayscale: #7B7B7B. Windows color (decimal): -3123872 or 6313424. OLE color: 6313424.

HSL color Cylindrical-coordinate representation of color #D05560: hue angle of 354.63º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D05560 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB2088596-
CMYK00.590.540.18
HSL354.63º56.68%57.45%-
HSV(B)354.63º59.13%81.57%-
XYZ31.3720.7513.42-
YUV123.03112.75188.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.47%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=53.47%
G=21.85%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208859600.590.540.18354.6356.6857.45
HexD0556003B36121633939
Octal32012514007366225437171
Binary1101000010101011100000011101111011010010101100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05560; }

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

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

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

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

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

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

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

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