#D67D74

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

Shades of New York Pink #D67D74

Tints of New York Pink #D67D74

Color information

#D67D74 (or 0xD67D74) is unknown color: approx New York Pink. HEX triplet: D6, 7D and 74. RGB value is (214,125,116). Sum of RGB (Red+Green+Blue) = 214+125+116=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67D74 is #29828B. Grayscale: #969696. Windows color (decimal): -2720396 or 7634390. OLE color: 7634390.

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

Color convert

RGB214125116-
CMYK00.420.460.16
HSL5.51º54.44%64.71%-
HSV(B)5.51º45.79%83.92%-
XYZ38.2230.2220.34-
YUV150.58108.49173.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=47.03%
G=27.47%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412511600.420.460.165.5154.4464.71
HexD67D7402A2E1063641
Octal3261751640525620666101
Binary11010110111110111101000101010101110100001101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67D74; }

 p { color: rgb(214,125,116); }

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

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

 a { background-color: rgb(214,125,116); }

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

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

 span { border-color: rgb(214,125,116); }

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