#DB7F77

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

Shades of New York Pink #DB7F77

Tints of New York Pink #DB7F77

Color information

#DB7F77 (or 0xDB7F77) is unknown color: approx New York Pink. HEX triplet: DB, 7F and 77. RGB value is (219,127,119). Sum of RGB (Red+Green+Blue) = 219+127+119=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F77 is #248088. Grayscale: #999999. Windows color (decimal): -2392201 or 7831515. OLE color: 7831515.

HSL color Cylindrical-coordinate representation of color #DB7F77: hue angle of 4.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7F77 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB219127119-
CMYK00.420.460.14
HSL4.8º58.14%66.27%-
HSV(B)4.8º45.66%85.88%-
XYZ40.1331.5721.43-
YUV153.6108.48174.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.10%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=47.10%
G=27.31%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912711900.420.460.144.858.1466.27
HexDB7F7702A2EE53a42
Octal3331771670525616572102
Binary1101101111111111110111010101010111011101011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7F77; }

 p { color: rgb(219,127,119); }

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

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

 a { background-color: rgb(219,127,119); }

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

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

 span { border-color: rgb(219,127,119); }

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