#D07E72

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

Shades of New York Pink #D07E72

Tints of New York Pink #D07E72

Color information

#D07E72 (or 0xD07E72) is unknown color: approx New York Pink. HEX triplet: D0, 7E and 72. RGB value is (208,126,114). Sum of RGB (Red+Green+Blue) = 208+126+114=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E72 is #2F818D. Grayscale: #959595. Windows color (decimal): -3113358 or 7503568. OLE color: 7503568.

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

Color convert

RGB208126114-
CMYK00.390.450.18
HSL7.66º50%63.14%-
HSV(B)7.66º45.19%81.57%-
XYZ36.5129.5519.7-
YUV149.15108.17169.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=46.43%
G=28.12%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812611400.390.450.187.665063.14
HexD07E720272D128323f
Octal3201761620475522106277
Binary11010000111111011100100100111101101100101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E72; }

 p { color: rgb(208,126,114); }

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

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

 a { background-color: rgb(208,126,114); }

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

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

 span { border-color: rgb(208,126,114); }

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