#d67c75

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

Shades of New York Pink #D67C75

Tints of New York Pink #D67C75

Color information

#D67C75 (or 0xD67C75) is unknown color: approx New York Pink. HEX triplet: D6, 7C and 75. RGB value is (214,124,117). Sum of RGB (Red+Green+Blue) = 214+124+117=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67C75 is #29838A. Grayscale: #969696. Windows color (decimal): -2720651 or 7699670. OLE color: 7699670.

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

Color convert

RGB214124117-
CMYK00.420.450.16
HSL4.33º54.19%64.9%-
HSV(B)4.33º45.33%83.92%-
XYZ38.153020.61-
YUV150.11109.32173.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=47.03%
G=27.25%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412411700.420.450.164.3354.1964.9
HexD67C7502A2D1043641
Octal3261741650525520466101
Binary11010110111110011101010101010101101100001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d67c75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d67c75; }

 p { color: rgb(214,124,117); }

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

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

 a { background-color: rgb(214,124,117); }

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

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

 span { border-color: rgb(214,124,117); }

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