Shades of New York Pink #D57A69
Tints of New York Pink #D57A69
RGB
CMYK
RGB Variations
Color information
#D57A69 (or 0xD57A69) is known color: New York Pink. HEX triplet: D5, 7A and 69. RGB value is (213,122,105). Sum of RGB (Red+Green+Blue) = 213+122+105=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A69 is #2A8596. Grayscale: #939393. Windows color (decimal): -2786711 or 6912725. OLE color: 6912725.
HSL color Cylindrical-coordinate representation of color #D57A69: hue angle of 9.44º 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 #D57A69 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 122 | 105 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.16 |
| HSL | 9.44º | 0.56% | 0.62% | - |
| HSV(B) | 9.44º | 0.51% | 0.84% | - |
| XYZ | 36.95 | 29.09 | 17.03 | - |
| YUV | 147.27 | 104.15 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 122 | 105 | 0 | 0.43 | 0.51 | 0.16 | 9.44 | 0.56 | 0.62 |
| Hex | D5 | 7A | 69 | 0 | 2B | 33 | 10 | 9 | 38 | 3E |
| Octal | 325 | 172 | 151 | 0 | 53 | 63 | 20 | 11 | 70 | 76 |
| Binary | 11010101 | 1111010 | 1101001 | 0 | 101011 | 110011 | 10000 | 1001 | 111000 | 111110 |
Color Harmonies of #D57A69
Complementary color
Monochromatic Colors of #D57A69
Black with #D57A69
Text Example
Text Example
White with #D57A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57A69; }
p { color: rgb(213,122,105); }
H1.HeaderClassName
{
color: #D57A69;
}
.AnyTagClassName
{
color: #D57A69;
}
</style>
background-color css
<style>
a { background-color: #D57A69; }
a { background-color: rgb(213,122,105); }
div.DivClassName
{
background-color: #D57A69;
}
.BgClassName
{
background-color: #D57A69;
}
</style>
border-color css
<style>
span { border-color: #D57A69; }
span { border-color: rgb(213,122,105); }
td.TdClassName
{
border-color: #D57A69;
}
.TagClassName
{
border-color: #D57A69;
}
</style>