Shades of New York Pink #D68377
Tints of New York Pink #D68377
RGB
CMYK
RGB Variations
Color information
#D68377 (or 0xD68377) is known color: New York Pink. HEX triplet: D6, 83 and 77. RGB value is (214,131,119). Sum of RGB (Red+Green+Blue) = 214+131+119=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D68377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68377 is #297C88. Grayscale: #9A9A9A. Windows color (decimal): -2718857 or 7832534. OLE color: 7832534.
HSL color Cylindrical-coordinate representation of color #D68377: hue angle of 7.58º 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 #D68377 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 119 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.16 |
| HSL | 7.58º | 0.54% | 0.65% | - |
| HSV(B) | 7.58º | 0.44% | 0.84% | - |
| XYZ | 39.18 | 31.86 | 21.54 | - |
| YUV | 154.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 119 | 0 | 0.39 | 0.44 | 0.16 | 7.58 | 0.54 | 0.65 |
| Hex | D6 | 83 | 77 | 0 | 27 | 2C | 10 | 8 | 36 | 41 |
| Octal | 326 | 203 | 167 | 0 | 47 | 54 | 20 | 10 | 66 | 101 |
| Binary | 11010110 | 10000011 | 1110111 | 0 | 100111 | 101100 | 10000 | 1000 | 110110 | 1000001 |
Color Harmonies of #D68377
Complementary color
Monochromatic Colors of #D68377
Black with #D68377
Text Example
Text Example
White with #D68377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68377; }
p { color: rgb(214,131,119); }
H1.HeaderClassName
{
color: #D68377;
}
.AnyTagClassName
{
color: #D68377;
}
</style>
background-color css
<style>
a { background-color: #D68377; }
a { background-color: rgb(214,131,119); }
div.DivClassName
{
background-color: #D68377;
}
.BgClassName
{
background-color: #D68377;
}
</style>
border-color css
<style>
span { border-color: #D68377; }
span { border-color: rgb(214,131,119); }
td.TdClassName
{
border-color: #D68377;
}
.TagClassName
{
border-color: #D68377;
}
</style>