#D07B71

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

Shades of New York Pink #D07B71

Tints of New York Pink #D07B71

Color information

#D07B71 (or 0xD07B71) is unknown color: approx New York Pink. HEX triplet: D0, 7B and 71. RGB value is (208,123,113). Sum of RGB (Red+Green+Blue) = 208+123+113=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07B71 is #2F848E. Grayscale: #939393. Windows color (decimal): -3114127 or 7437264. OLE color: 7437264.

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

Color convert

RGB208123113-
CMYK00.410.460.18
HSL6.32º50.26%62.94%-
HSV(B)6.32º45.67%81.57%-
XYZ36.0828.7719.27-
YUV147.28108.66171.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 123 (48.44% from 255) = 27.70%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=46.85%
G=27.70%
B=25.45%

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
Decimal20812311300.410.460.186.3250.2662.94
HexD07B710292E126323f
Octal320173161051562266277
Binary1101000011110111110001010100110111010010110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07B71; }

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

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

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

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

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

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

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

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