Shades of New York Pink #D68077
Tints of New York Pink #D68077
RGB
CMYK
RGB Variations
Color information
#D68077 (or 0xD68077) is known color: New York Pink. HEX triplet: D6, 80 and 77. RGB value is (214,128,119). Sum of RGB (Red+Green+Blue) = 214+128+119=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D68077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68077 is #297F88. Grayscale: #989898. Windows color (decimal): -2719625 or 7831766. OLE color: 7831766.
HSL color Cylindrical-coordinate representation of color #D68077: hue angle of 5.68º 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 #D68077 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 119 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.16 |
| HSL | 5.68º | 0.54% | 0.65% | - |
| HSV(B) | 5.68º | 0.44% | 0.84% | - |
| XYZ | 38.78 | 31.07 | 21.41 | - |
| YUV | 152.69 | 108.99 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 119 | 0 | 0.40 | 0.44 | 0.16 | 5.68 | 0.54 | 0.65 |
| Hex | D6 | 80 | 77 | 0 | 28 | 2C | 10 | 6 | 36 | 41 |
| Octal | 326 | 200 | 167 | 0 | 50 | 54 | 20 | 6 | 66 | 101 |
| Binary | 11010110 | 10000000 | 1110111 | 0 | 101000 | 101100 | 10000 | 110 | 110110 | 1000001 |
Color Harmonies of #D68077
Complementary color
Monochromatic Colors of #D68077
Black with #D68077
Text Example
Text Example
White with #D68077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68077; }
p { color: rgb(214,128,119); }
H1.HeaderClassName
{
color: #D68077;
}
.AnyTagClassName
{
color: #D68077;
}
</style>
background-color css
<style>
a { background-color: #D68077; }
a { background-color: rgb(214,128,119); }
div.DivClassName
{
background-color: #D68077;
}
.BgClassName
{
background-color: #D68077;
}
</style>
border-color css
<style>
span { border-color: #D68077; }
span { border-color: rgb(214,128,119); }
td.TdClassName
{
border-color: #D68077;
}
.TagClassName
{
border-color: #D68077;
}
</style>