#DD877B

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

Shades of New York Pink #DD877B

Tints of New York Pink #DD877B

Color information

#DD877B (or 0xDD877B) is unknown color: approx New York Pink. HEX triplet: DD, 87 and 7B. RGB value is (221,135,123). Sum of RGB (Red+Green+Blue) = 221+135+123=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD877B is #227884. Grayscale: #9F9F9F. Windows color (decimal): -2259077 or 8095709. OLE color: 8095709.

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

Color convert

RGB221135123-
CMYK00.390.440.13
HSL7.35º59.04%67.45%-
HSV(B)7.35º44.34%86.67%-
XYZ42.0634.1323.11-
YUV159.35107.49171.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.14%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 123 (48.44% from 255) = 25.68%
R=46.14%
G=28.18%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113512300.390.440.137.3559.0467.45
HexDD877B0272CD73b43
Octal3352071730475415773103
Binary11011101100001111111011010011110110011011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD877B; }

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

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

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

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

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

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

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

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