#D07F70

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

Shades of New York Pink #D07F70

Tints of New York Pink #D07F70

Color information

#D07F70 (or 0xD07F70) is unknown color: approx New York Pink. HEX triplet: D0, 7F and 70. RGB value is (208,127,112). Sum of RGB (Red+Green+Blue) = 208+127+112=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07F70 is #2F808F. Grayscale: #959595. Windows color (decimal): -3113104 or 7372752. OLE color: 7372752.

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

Color convert

RGB208127112-
CMYK00.390.460.18
HSL9.38º50.53%62.75%-
HSV(B)9.38º46.15%81.57%-
XYZ36.5329.7619.15-
YUV149.51106.84169.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 112 (44.14% from 255) = 25.06%
R=46.53%
G=28.41%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812711200.390.460.189.3850.5362.75
HexD07F700272E129333f
Octal3201771600475622116377
Binary11010000111111111100000100111101110100101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F70; }

 p { color: rgb(208,127,112); }

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

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

 a { background-color: rgb(208,127,112); }

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

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

 span { border-color: rgb(208,127,112); }

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