#DD7C72

Color #DD7C72 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DD7C72

Tints of New York Pink #DD7C72

Color information

#DD7C72 (or 0xDD7C72) is unknown color: approx New York Pink. HEX triplet: DD, 7C and 72. RGB value is (221,124,114). Sum of RGB (Red+Green+Blue) = 221+124+114=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C72 is #22838D. Grayscale: #979797. Windows color (decimal): -2261902 or 7503069. OLE color: 7503069.

HSL color Cylindrical-coordinate representation of color #DD7C72: hue angle of 5.61º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7C72 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221124114-
CMYK00.440.480.13
HSL5.61º61.14%65.69%-
HSV(B)5.61º48.42%86.67%-
XYZ40.063119.79-
YUV151.86106.64177.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 124 (48.83% from 255) = 27.02%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=48.15%
G=27.02%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112411400.440.480.135.6161.1465.69
HexDD7C7202C30D63d42
Octal3351741620546015675102
Binary1101110111111001110010010110011000011011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C72; }

 p { color: rgb(221,124,114); }

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

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

 a { background-color: rgb(221,124,114); }

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

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

 span { border-color: rgb(221,124,114); }

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