#DD877A

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

Shades of New York Pink #DD877A

Tints of New York Pink #DD877A

Color information

#DD877A (or 0xDD877A) is unknown color: approx New York Pink. HEX triplet: DD, 87 and 7A. RGB value is (221,135,122). Sum of RGB (Red+Green+Blue) = 221+135+122=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD877A is #227885. Grayscale: #9F9F9F. Windows color (decimal): -2259078 or 8030173. OLE color: 8030173.

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

Color convert

RGB221135122-
CMYK00.390.450.13
HSL7.88º59.28%67.25%-
HSV(B)7.88º44.8%86.67%-
XYZ4234.1122.78-
YUV159.23106.99172.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.23%
GREEN value IS 135 (53.12% from 255) = 28.24%
BLUE value IS 122 (48.05% from 255) = 25.52%
R=46.23%
G=28.24%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113512200.390.450.137.8859.2867.25
HexDD877A0272DD83b43
Octal33520717204755151073103
Binary110111011000011111110100100111101101110110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD877A; }

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

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

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

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

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

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

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

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