#D07870

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

Shades of New York Pink #D07870

Tints of New York Pink #D07870

Color information

#D07870 (or 0xD07870) is unknown color: approx New York Pink. HEX triplet: D0, 78 and 70. RGB value is (208,120,112). Sum of RGB (Red+Green+Blue) = 208+120+112=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D07870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07870 is #2F878F. Grayscale: #919191. Windows color (decimal): -3114896 or 7370960. OLE color: 7370960.

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

Color convert

RGB208120112-
CMYK00.420.460.18
HSL50.53%62.75%-
HSV(B)46.15%81.57%-
XYZ35.6528.0118.86-
YUV145.4109.15172.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=47.27%
G=27.27%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812011200.420.460.18550.5362.75
HexD0787002A2E125333f
Octal320170160052562256377
Binary1101000011110001110000010101010111010010101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07870; }

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

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

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

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

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

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

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

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