Shades of New York Pink #D68475
Tints of New York Pink #D68475
RGB
CMYK
RGB Variations
Color information
#D68475 (or 0xD68475) is known color: New York Pink. HEX triplet: D6, 84 and 75. RGB value is (214,132,117). Sum of RGB (Red+Green+Blue) = 214+132+117=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68475 is #297B8A. Grayscale: #9A9A9A. Windows color (decimal): -2718603 or 7701718. OLE color: 7701718.
HSL color Cylindrical-coordinate representation of color #D68475: hue angle of 9.28º 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 #D68475 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 132 | 117 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.16 |
| HSL | 9.28º | 0.54% | 0.65% | - |
| HSV(B) | 9.28º | 0.45% | 0.84% | - |
| XYZ | 39.19 | 32.08 | 20.96 | - |
| YUV | 154.81 | 106.67 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 132 | 117 | 0 | 0.38 | 0.45 | 0.16 | 9.28 | 0.54 | 0.65 |
| Hex | D6 | 84 | 75 | 0 | 26 | 2D | 10 | 9 | 36 | 41 |
| Octal | 326 | 204 | 165 | 0 | 46 | 55 | 20 | 11 | 66 | 101 |
| Binary | 11010110 | 10000100 | 1110101 | 0 | 100110 | 101101 | 10000 | 1001 | 110110 | 1000001 |
Color Harmonies of #D68475
Complementary color
Monochromatic Colors of #D68475
Black with #D68475
Text Example
Text Example
White with #D68475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68475; }
p { color: rgb(214,132,117); }
H1.HeaderClassName
{
color: #D68475;
}
.AnyTagClassName
{
color: #D68475;
}
</style>
background-color css
<style>
a { background-color: #D68475; }
a { background-color: rgb(214,132,117); }
div.DivClassName
{
background-color: #D68475;
}
.BgClassName
{
background-color: #D68475;
}
</style>
border-color css
<style>
span { border-color: #D68475; }
span { border-color: rgb(214,132,117); }
td.TdClassName
{
border-color: #D68475;
}
.TagClassName
{
border-color: #D68475;
}
</style>