#DD4758

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

Shades of Mandy #DD4758

Tints of Mandy #DD4758

Color information

#DD4758 (or 0xDD4758) is unknown color: approx Mandy. HEX triplet: DD, 47 and 58. RGB value is (221,71,88). Sum of RGB (Red+Green+Blue) = 221+71+88=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4758 is #22B8A7. Grayscale: #757575. Windows color (decimal): -2275496 or 5785565. OLE color: 5785565.

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

Color convert

RGB2217188-
CMYK00.680.600.13
HSL353.2º68.81%57.25%-
HSV(B)353.2º67.87%86.67%-
XYZ33.8320.5811.42-
YUV117.79111.2201.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 71 (28.12% from 255) = 18.68%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=58.16%
G=18.68%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221718800.680.600.13353.268.8157.25
HexDD47580443CD1614539
Octal3351071300104741554110571
Binary11011101100011110110000100010011110011011011000011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4758; }

 p { color: rgb(221,71,88); }

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

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

 a { background-color: rgb(221,71,88); }

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

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

 span { border-color: rgb(221,71,88); }

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