#DD7B71

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

Shades of New York Pink #DD7B71

Tints of New York Pink #DD7B71

Color information

#DD7B71 (or 0xDD7B71) is unknown color: approx New York Pink. HEX triplet: DD, 7B and 71. RGB value is (221,123,113). Sum of RGB (Red+Green+Blue) = 221+123+113=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B71 is #22848E. Grayscale: #979797. Windows color (decimal): -2262159 or 7437277. OLE color: 7437277.

HSL color Cylindrical-coordinate representation of color #DD7B71: hue angle of 5.56º degrees, saturation: 0.61, 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 #DD7B71 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221123113-
CMYK00.440.490.13
HSL5.56º61.36%65.49%-
HSV(B)5.56º48.87%86.67%-
XYZ39.8830.7319.45-
YUV151.16106.47177.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 123 (48.44% from 255) = 26.91%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=48.36%
G=26.91%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112311300.440.490.135.5661.3665.49
HexDD7B7102C31D63d41
Octal3351731610546115675101
Binary1101110111110111110001010110011000111011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B71; }

 p { color: rgb(221,123,113); }

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

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

 a { background-color: rgb(221,123,113); }

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

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

 span { border-color: rgb(221,123,113); }

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