Shades of New York Pink #D68471
Tints of New York Pink #D68471
RGB
CMYK
RGB Variations
Color information
#D68471 (or 0xD68471) is known color: New York Pink. HEX triplet: D6, 84 and 71. RGB value is (214,132,113). Sum of RGB (Red+Green+Blue) = 214+132+113=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D68471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68471 is #297B8E. Grayscale: #9A9A9A. Windows color (decimal): -2718607 or 7439574. OLE color: 7439574.
HSL color Cylindrical-coordinate representation of color #D68471: hue angle of 11.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D68471 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 113 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.16 |
| HSL | 11.29º | 0.55% | 0.64% | - |
| HSV(B) | 11.29º | 0.47% | 0.84% | - |
| XYZ | 38.96 | 31.99 | 19.74 | - |
| YUV | 154.35 | 104.67 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 113 | 0 | 0.38 | 0.47 | 0.16 | 11.29 | 0.55 | 0.64 |
| Hex | D6 | 84 | 71 | 0 | 26 | 2F | 10 | B | 37 | 40 |
| Octal | 326 | 204 | 161 | 0 | 46 | 57 | 20 | 13 | 67 | 100 |
| Binary | 11010110 | 10000100 | 1110001 | 0 | 100110 | 101111 | 10000 | 1011 | 110111 | 1000000 |
Color Harmonies of #D68471
Complementary color
Monochromatic Colors of #D68471
Black with #D68471
Text Example
Text Example
White with #D68471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68471; }
p { color: rgb(214,132,113); }
H1.HeaderClassName
{
color: #D68471;
}
.AnyTagClassName
{
color: #D68471;
}
</style>
background-color css
<style>
a { background-color: #D68471; }
a { background-color: rgb(214,132,113); }
div.DivClassName
{
background-color: #D68471;
}
.BgClassName
{
background-color: #D68471;
}
</style>
border-color css
<style>
span { border-color: #D68471; }
span { border-color: rgb(214,132,113); }
td.TdClassName
{
border-color: #D68471;
}
.TagClassName
{
border-color: #D68471;
}
</style>