#DD8475

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

Shades of New York Pink #DD8475

Tints of New York Pink #DD8475

Color information

#DD8475 (or 0xDD8475) is unknown color: approx New York Pink. HEX triplet: DD, 84 and 75. RGB value is (221,132,117). Sum of RGB (Red+Green+Blue) = 221+132+117=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8475 is #227B8A. Grayscale: #9D9D9D. Windows color (decimal): -2259851 or 7701725. OLE color: 7701725.

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

Color convert

RGB221132117-
CMYK00.400.470.13
HSL8.65º60.47%66.27%-
HSV(B)8.65º47.06%86.67%-
XYZ41.2833.1621.05-
YUV156.9105.49173.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=47.02%
G=28.09%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113211700.400.470.138.6560.4766.27
HexDD84750282FD93c42
Octal33520416505057151174102
Binary110111011000010011101010101000101111110110011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8475; }

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

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

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

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

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

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

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

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