#DB5660

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

Shades of Mandy #DB5660

Tints of Mandy #DB5660

Color information

#DB5660 (or 0xDB5660) is unknown color: approx Mandy. HEX triplet: DB, 56 and 60. RGB value is (219,86,96). Sum of RGB (Red+Green+Blue) = 219+86+96=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5660 is #24A99F. Grayscale: #7F7F7F. Windows color (decimal): -2402720 or 6313691. OLE color: 6313691.

HSL color Cylindrical-coordinate representation of color #DB5660: hue angle of 355.49º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB5660 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB2198696-
CMYK00.610.560.14
HSL355.49º64.88%59.8%-
HSV(B)355.49º60.73%85.88%-
XYZ34.6522.5613.59-
YUV126.91110.56193.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.61%
GREEN value IS 86 (33.98% from 255) = 21.45%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=54.61%
G=21.45%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219869600.610.560.14355.4964.8859.8
HexDB566003D38E163413c
Octal333126140075701654310174
Binary1101101110101101100000011110111100011101011000111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5660; }

 p { color: rgb(219,86,96); }

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

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

 a { background-color: rgb(219,86,96); }

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

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

 span { border-color: rgb(219,86,96); }

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