#D78272

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

Shades of New York Pink #D78272

Tints of New York Pink #D78272

Color information

#D78272 (or 0xD78272) is unknown color: approx New York Pink. HEX triplet: D7, 82 and 72. RGB value is (215,130,114). Sum of RGB (Red+Green+Blue) = 215+130+114=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D78272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78272 is #287D8D. Grayscale: #999999. Windows color (decimal): -2653582 or 7504599. OLE color: 7504599.

HSL color Cylindrical-coordinate representation of color #D78272: hue angle of 9.5º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D78272 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215130114-
CMYK00.400.470.16
HSL9.5º55.8%64.51%-
HSV(B)9.5º46.98%84.31%-
XYZ39.0431.6319.97-
YUV153.59105.66171.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.84%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=46.84%
G=28.32%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513011400.400.470.169.555.864.51
HexD782720282F10a3841
Octal32720216205057201270101
Binary1101011110000010111001001010001011111000010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78272; }

 p { color: rgb(215,130,114); }

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

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

 a { background-color: rgb(215,130,114); }

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

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

 span { border-color: rgb(215,130,114); }

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