#DD8871

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

Shades of New York Pink #DD8871

Tints of New York Pink #DD8871

Color information

#DD8871 (or 0xDD8871) is unknown color: approx New York Pink. HEX triplet: DD, 88 and 71. RGB value is (221,136,113). Sum of RGB (Red+Green+Blue) = 221+136+113=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8871 is #22778E. Grayscale: #9E9E9E. Windows color (decimal): -2258831 or 7440605. OLE color: 7440605.

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

Color convert

RGB221136113-
CMYK00.380.490.13
HSL12.78º61.36%65.49%-
HSV(B)12.78º48.87%86.67%-
XYZ41.634.1720.03-
YUV158.79102.16172.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=47.02%
G=28.94%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113611300.380.490.1312.7861.3665.49
HexDD887102631Dd3d41
Octal33521016104661151575101
Binary110111011000100011100010100110110001110111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8871; }

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

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

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

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

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

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

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

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