Shades of New York Pink #D27C74
Tints of New York Pink #D27C74
RGB
CMYK
RGB Variations
Color information
#D27C74 (or 0xD27C74) is known color: New York Pink. HEX triplet: D2, 7C and 74. RGB value is (210,124,116). Sum of RGB (Red+Green+Blue) = 210+124+116=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C74 is #2D838B. Grayscale: #949494. Windows color (decimal): -2982796 or 7634130. OLE color: 7634130.
HSL color Cylindrical-coordinate representation of color #D27C74: hue angle of 5.11º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27C74 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 116 | - |
| CMYK | 0 | 0.41 | 0.45 | 0.18 |
| HSL | 5.11º | 0.51% | 0.64% | - |
| HSV(B) | 5.11º | 0.45% | 0.82% | - |
| XYZ | 36.94 | 29.38 | 20.25 | - |
| YUV | 148.8 | 109.49 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 116 | 0 | 0.41 | 0.45 | 0.18 | 5.11 | 0.51 | 0.64 |
| Hex | D2 | 7C | 74 | 0 | 29 | 2D | 12 | 5 | 33 | 40 |
| Octal | 322 | 174 | 164 | 0 | 51 | 55 | 22 | 5 | 63 | 100 |
| Binary | 11010010 | 1111100 | 1110100 | 0 | 101001 | 101101 | 10010 | 101 | 110011 | 1000000 |
Color Harmonies of #D27C74
Complementary color
Monochromatic Colors of #D27C74
Black with #D27C74
Text Example
Text Example
White with #D27C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C74; }
p { color: rgb(210,124,116); }
H1.HeaderClassName
{
color: #D27C74;
}
.AnyTagClassName
{
color: #D27C74;
}
</style>
background-color css
<style>
a { background-color: #D27C74; }
a { background-color: rgb(210,124,116); }
div.DivClassName
{
background-color: #D27C74;
}
.BgClassName
{
background-color: #D27C74;
}
</style>
border-color css
<style>
span { border-color: #D27C74; }
span { border-color: rgb(210,124,116); }
td.TdClassName
{
border-color: #D27C74;
}
.TagClassName
{
border-color: #D27C74;
}
</style>