Shades of New York Pink #D67F76
Tints of New York Pink #D67F76
RGB
CMYK
RGB Variations
Color information
#D67F76 (or 0xD67F76) is known color: New York Pink. HEX triplet: D6, 7F and 76. RGB value is (214,127,118). Sum of RGB (Red+Green+Blue) = 214+127+118=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D67F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67F76 is #298089. Grayscale: #989898. Windows color (decimal): -2719882 or 7765974. OLE color: 7765974.
HSL color Cylindrical-coordinate representation of color #D67F76: hue angle of 5.62º 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 #D67F76 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 127 | 118 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.16 |
| HSL | 5.63º | 0.54% | 0.65% | - |
| HSV(B) | 5.63º | 0.45% | 0.84% | - |
| XYZ | 38.59 | 30.78 | 21.05 | - |
| YUV | 151.99 | 108.82 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 127 | 118 | 0 | 0.41 | 0.45 | 0.16 | 5.63 | 0.54 | 0.65 |
| Hex | D6 | 7F | 76 | 0 | 29 | 2D | 10 | 6 | 36 | 41 |
| Octal | 326 | 177 | 166 | 0 | 51 | 55 | 20 | 6 | 66 | 101 |
| Binary | 11010110 | 1111111 | 1110110 | 0 | 101001 | 101101 | 10000 | 110 | 110110 | 1000001 |
Color Harmonies of #D67F76
Complementary color
Monochromatic Colors of #D67F76
Black with #D67F76
Text Example
Text Example
White with #D67F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67F76; }
p { color: rgb(214,127,118); }
H1.HeaderClassName
{
color: #D67F76;
}
.AnyTagClassName
{
color: #D67F76;
}
</style>
background-color css
<style>
a { background-color: #D67F76; }
a { background-color: rgb(214,127,118); }
div.DivClassName
{
background-color: #D67F76;
}
.BgClassName
{
background-color: #D67F76;
}
</style>
border-color css
<style>
span { border-color: #D67F76; }
span { border-color: rgb(214,127,118); }
td.TdClassName
{
border-color: #D67F76;
}
.TagClassName
{
border-color: #D67F76;
}
</style>