#DD8376

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

Shades of New York Pink #DD8376

Tints of New York Pink #DD8376

Color information

#DD8376 (or 0xDD8376) is unknown color: approx New York Pink. HEX triplet: DD, 83 and 76. RGB value is (221,131,118). Sum of RGB (Red+Green+Blue) = 221+131+118=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8376 is #227C89. Grayscale: #9C9C9C. Windows color (decimal): -2260106 or 7767005. OLE color: 7767005.

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

Color convert

RGB221131118-
CMYK00.410.470.13
HSL7.57º60.23%66.47%-
HSV(B)7.57º46.61%86.67%-
XYZ41.2132.9121.32-
YUV156.43106.32174.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 131 (51.56% from 255) = 27.87%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=47.02%
G=27.87%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113111800.410.470.137.5760.2366.47
HexDD83760292FD83c42
Octal33520316605157151074102
Binary110111011000001111101100101001101111110110001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8376; }

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

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

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

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

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

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

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

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