#DD8775

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

Shades of New York Pink #DD8775

Tints of New York Pink #DD8775

Color information

#DD8775 (or 0xDD8775) is unknown color: approx New York Pink. HEX triplet: DD, 87 and 75. RGB value is (221,135,117). Sum of RGB (Red+Green+Blue) = 221+135+117=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8775 is #22788A. Grayscale: #9E9E9E. Windows color (decimal): -2259083 or 7702493. OLE color: 7702493.

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

Color convert

RGB221135117-
CMYK00.390.470.13
HSL10.38º60.47%66.27%-
HSV(B)10.38º47.06%86.67%-
XYZ41.6933.9821.19-
YUV158.66104.49172.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=46.72%
G=28.54%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113511700.390.470.1310.3860.4766.27
HexDD87750272FDa3c42
Octal33520716504757151274102
Binary110111011000011111101010100111101111110110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8775; }

 p { color: rgb(221,135,117); }

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

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

 a { background-color: rgb(221,135,117); }

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

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

 span { border-color: rgb(221,135,117); }

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