#DD5460

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

Shades of Mandy #DD5460

Tints of Mandy #DD5460

Color information

#DD5460 (or 0xDD5460) is unknown color: approx Mandy. HEX triplet: DD, 54 and 60. RGB value is (221,84,96). Sum of RGB (Red+Green+Blue) = 221+84+96=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5460 is #22AB9F. Grayscale: #7E7E7E. Windows color (decimal): -2272160 or 6313181. OLE color: 6313181.

HSL color Cylindrical-coordinate representation of color #DD5460: hue angle of 354.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5460 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB2218496-
CMYK00.620.570.13
HSL354.74º66.83%59.8%-
HSV(B)354.74º61.99%86.67%-
XYZ35.122.5613.57-
YUV126.33110.89195.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.11%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=55.11%
G=20.95%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221849600.620.570.13354.7466.8359.8
HexDD546003E39D163433c
Octal335124140076711554310374
Binary1101110110101001100000011111011100111011011000111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5460; }

 p { color: rgb(221,84,96); }

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

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

 a { background-color: rgb(221,84,96); }

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

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

 span { border-color: rgb(221,84,96); }

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