Shades of New York Pink #D68477
Tints of New York Pink #D68477
RGB
CMYK
RGB Variations
Color information
#D68477 (or 0xD68477) is known color: New York Pink. HEX triplet: D6, 84 and 77. RGB value is (214,132,119). Sum of RGB (Red+Green+Blue) = 214+132+119=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68477 is #297B88. Grayscale: #9B9B9B. Windows color (decimal): -2718601 or 7832790. OLE color: 7832790.
HSL color Cylindrical-coordinate representation of color #D68477: hue angle of 8.21º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68477 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 119 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.16 |
| HSL | 8.21º | 0.54% | 0.65% | - |
| HSV(B) | 8.21º | 0.44% | 0.84% | - |
| XYZ | 39.31 | 32.13 | 21.58 | - |
| YUV | 155.04 | 107.67 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 119 | 0 | 0.38 | 0.44 | 0.16 | 8.21 | 0.54 | 0.65 |
| Hex | D6 | 84 | 77 | 0 | 26 | 2C | 10 | 8 | 36 | 41 |
| Octal | 326 | 204 | 167 | 0 | 46 | 54 | 20 | 10 | 66 | 101 |
| Binary | 11010110 | 10000100 | 1110111 | 0 | 100110 | 101100 | 10000 | 1000 | 110110 | 1000001 |
Color Harmonies of #D68477
Complementary color
Monochromatic Colors of #D68477
Black with #D68477
Text Example
Text Example
White with #D68477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68477; }
p { color: rgb(214,132,119); }
H1.HeaderClassName
{
color: #D68477;
}
.AnyTagClassName
{
color: #D68477;
}
</style>
background-color css
<style>
a { background-color: #D68477; }
a { background-color: rgb(214,132,119); }
div.DivClassName
{
background-color: #D68477;
}
.BgClassName
{
background-color: #D68477;
}
</style>
border-color css
<style>
span { border-color: #D68477; }
span { border-color: rgb(214,132,119); }
td.TdClassName
{
border-color: #D68477;
}
.TagClassName
{
border-color: #D68477;
}
</style>