#DD8870

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

Shades of New York Pink #DD8870

Tints of New York Pink #DD8870

Color information

#DD8870 (or 0xDD8870) is unknown color: approx New York Pink. HEX triplet: DD, 88 and 70. RGB value is (221,136,112). Sum of RGB (Red+Green+Blue) = 221+136+112=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8870 is #22778F. Grayscale: #9E9E9E. Windows color (decimal): -2258832 or 7375069. OLE color: 7375069.

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

Color convert

RGB221136112-
CMYK00.380.490.13
HSL13.21º61.58%65.29%-
HSV(B)13.21º49.32%86.67%-
XYZ41.5534.1519.73-
YUV158.68101.66172.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=47.12%
G=29.00%
B=23.88%

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
Decimal22113611200.380.490.1313.2161.5865.29
HexDD887002631Dd3e41
Octal33521016004661151576101
Binary110111011000100011100000100110110001110111011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8870; }

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

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

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

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

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

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

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

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