#D67F72

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

Shades of New York Pink #D67F72

Tints of New York Pink #D67F72

Color information

#D67F72 (or 0xD67F72) is unknown color: approx New York Pink. HEX triplet: D6, 7F and 72. RGB value is (214,127,114). Sum of RGB (Red+Green+Blue) = 214+127+114=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F72 is #29808D. Grayscale: #979797. Windows color (decimal): -2719886 or 7503830. OLE color: 7503830.

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

Color convert

RGB214127114-
CMYK00.410.470.16
HSL7.8º54.95%64.31%-
HSV(B)7.8º46.73%83.92%-
XYZ38.3630.6919.82-
YUV151.53106.82172.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 127 (50% from 255) = 27.91%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=47.03%
G=27.91%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412711400.410.470.167.854.9564.31
HexD67F720292F1083740
Octal32617716205157201067100
Binary110101101111111111001001010011011111000010001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67F72; }

 p { color: rgb(214,127,114); }

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

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

 a { background-color: rgb(214,127,114); }

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

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

 span { border-color: rgb(214,127,114); }

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