Shades of New York Pink #D57669
Tints of New York Pink #D57669
RGB
CMYK
RGB Variations
Color information
#D57669 (or 0xD57669) is known color: New York Pink. HEX triplet: D5, 76 and 69. RGB value is (213,118,105). Sum of RGB (Red+Green+Blue) = 213+118+105=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D57669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57669 is #2A8996. Grayscale: #919191. Windows color (decimal): -2787735 or 6911701. OLE color: 6911701.
HSL color Cylindrical-coordinate representation of color #D57669: hue angle of 7.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D57669 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 118 | 105 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.16 |
| HSL | 7.22º | 0.56% | 0.62% | - |
| HSV(B) | 7.22º | 0.51% | 0.84% | - |
| XYZ | 36.47 | 28.12 | 16.87 | - |
| YUV | 144.92 | 105.47 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 118 | 105 | 0 | 0.45 | 0.51 | 0.16 | 7.22 | 0.56 | 0.62 |
| Hex | D5 | 76 | 69 | 0 | 2D | 33 | 10 | 7 | 38 | 3E |
| Octal | 325 | 166 | 151 | 0 | 55 | 63 | 20 | 7 | 70 | 76 |
| Binary | 11010101 | 1110110 | 1101001 | 0 | 101101 | 110011 | 10000 | 111 | 111000 | 111110 |
Color Harmonies of #D57669
Complementary color
Monochromatic Colors of #D57669
Black with #D57669
Text Example
Text Example
White with #D57669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57669; }
p { color: rgb(213,118,105); }
H1.HeaderClassName
{
color: #D57669;
}
.AnyTagClassName
{
color: #D57669;
}
</style>
background-color css
<style>
a { background-color: #D57669; }
a { background-color: rgb(213,118,105); }
div.DivClassName
{
background-color: #D57669;
}
.BgClassName
{
background-color: #D57669;
}
</style>
border-color css
<style>
span { border-color: #D57669; }
span { border-color: rgb(213,118,105); }
td.TdClassName
{
border-color: #D57669;
}
.TagClassName
{
border-color: #D57669;
}
</style>