#D07A71

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

Shades of New York Pink #D07A71

Tints of New York Pink #D07A71

Color information

#D07A71 (or 0xD07A71) is unknown color: approx New York Pink. HEX triplet: D0, 7A and 71. RGB value is (208,122,113). Sum of RGB (Red+Green+Blue) = 208+122+113=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A71 is #2F858E. Grayscale: #929292. Windows color (decimal): -3114383 or 7437008. OLE color: 7437008.

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

Color convert

RGB208122113-
CMYK00.410.460.18
HSL5.68º50.26%62.94%-
HSV(B)5.68º45.67%81.57%-
XYZ35.9528.5219.23-
YUV146.69108.99171.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=46.95%
G=27.54%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812211300.410.460.185.6850.2662.94
HexD07A710292E126323f
Octal320172161051562266277
Binary1101000011110101110001010100110111010010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07A71; }

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

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

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

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

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

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

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

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