#DD7D70

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

Shades of New York Pink #DD7D70

Tints of New York Pink #DD7D70

Color information

#DD7D70 (or 0xDD7D70) is unknown color: approx New York Pink. HEX triplet: DD, 7D and 70. RGB value is (221,125,112). Sum of RGB (Red+Green+Blue) = 221+125+112=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D70 is #22828F. Grayscale: #989898. Windows color (decimal): -2261648 or 7372253. OLE color: 7372253.

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

Color convert

RGB221125112-
CMYK00.430.490.13
HSL7.16º61.58%65.29%-
HSV(B)7.16º49.32%86.67%-
XYZ40.0831.2119.24-
YUV152.22105.3177.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.25%
GREEN value IS 125 (49.22% from 255) = 27.29%
BLUE value IS 112 (44.14% from 255) = 24.45%
R=48.25%
G=27.29%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112511200.430.490.137.1661.5865.29
HexDD7D7002B31D73e41
Octal3351751600536115776101
Binary1101110111111011110000010101111000111011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D70; }

 p { color: rgb(221,125,112); }

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

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

 a { background-color: rgb(221,125,112); }

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

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

 span { border-color: rgb(221,125,112); }

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