#DD4E60

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

Shades of Mandy #DD4E60

Tints of Mandy #DD4E60

Color information

#DD4E60 (or 0xDD4E60) is unknown color: approx Mandy. HEX triplet: DD, 4E and 60. RGB value is (221,78,96). Sum of RGB (Red+Green+Blue) = 221+78+96=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E60 is #22B19F. Grayscale: #7A7A7A. Windows color (decimal): -2273696 or 6311645. OLE color: 6311645.

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

Color convert

RGB2217896-
CMYK00.650.570.13
HSL352.45º67.77%58.63%-
HSV(B)352.45º64.71%86.67%-
XYZ34.6521.6713.42-
YUV122.81112.88198.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.95%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=55.95%
G=19.75%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221789600.650.570.13352.4567.7758.63
HexDD4E6004139D160443b
Octal3351161400101711554010473
Binary11011101100111011000000100000111100111011011000001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E60; }

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

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

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

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

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

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

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

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