#D07D71

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

Shades of New York Pink #D07D71

Tints of New York Pink #D07D71

Color information

#D07D71 (or 0xD07D71) is unknown color: approx New York Pink. HEX triplet: D0, 7D and 71. RGB value is (208,125,113). Sum of RGB (Red+Green+Blue) = 208+125+113=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07D71 is #2F828E. Grayscale: #949494. Windows color (decimal): -3113615 or 7437776. OLE color: 7437776.

HSL color Cylindrical-coordinate representation of color #D07D71: hue angle of 7.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07D71 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB208125113-
CMYK00.400.460.18
HSL7.58º50.26%62.94%-
HSV(B)7.58º45.67%81.57%-
XYZ36.3329.2719.36-
YUV148.45108170.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=46.64%
G=28.03%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812511300.400.460.187.5850.2662.94
HexD07D710282E128323f
Octal3201751610505622106277
Binary11010000111110111100010101000101110100101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07D71; }

 p { color: rgb(208,125,113); }

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

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

 a { background-color: rgb(208,125,113); }

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

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

 span { border-color: rgb(208,125,113); }

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