#D07E70

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

Shades of New York Pink #D07E70

Tints of New York Pink #D07E70

Color information

#D07E70 (or 0xD07E70) is unknown color: approx New York Pink. HEX triplet: D0, 7E and 70. RGB value is (208,126,112). Sum of RGB (Red+Green+Blue) = 208+126+112=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07E70 is #2F818F. Grayscale: #959595. Windows color (decimal): -3113360 or 7372496. OLE color: 7372496.

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

Color convert

RGB208126112-
CMYK00.390.460.18
HSL8.75º50.53%62.75%-
HSV(B)8.75º46.15%81.57%-
XYZ36.429.519.11-
YUV148.92107.17170.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.64%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=46.64%
G=28.25%
B=25.11%

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
Decimal20812611200.390.460.188.7550.5362.75
HexD07E700272E129333f
Octal3201761600475622116377
Binary11010000111111011100000100111101110100101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E70; }

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

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

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

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

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

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

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

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