#DD8377

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

Shades of New York Pink #DD8377

Tints of New York Pink #DD8377

Color information

#DD8377 (or 0xDD8377) is unknown color: approx New York Pink. HEX triplet: DD, 83 and 77. RGB value is (221,131,119). Sum of RGB (Red+Green+Blue) = 221+131+119=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8377 is #227C88. Grayscale: #9C9C9C. Windows color (decimal): -2260105 or 7832541. OLE color: 7832541.

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

Color convert

RGB221131119-
CMYK00.410.460.13
HSL7.06º60%66.67%-
HSV(B)7.06º46.15%86.67%-
XYZ41.2632.9421.64-
YUV156.54106.82173.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=46.92%
G=27.81%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113111900.410.460.137.066066.67
HexDD83770292ED73c43
Octal3352031670515615774103
Binary11011101100000111110111010100110111011011111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8377; }

 p { color: rgb(221,131,119); }

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

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

 a { background-color: rgb(221,131,119); }

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

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

 span { border-color: rgb(221,131,119); }

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