Shades of New York Pink #D27C72
Tints of New York Pink #D27C72
RGB
CMYK
RGB Variations
Color information
#D27C72 (or 0xD27C72) is known color: New York Pink. HEX triplet: D2, 7C and 72. RGB value is (210,124,114). Sum of RGB (Red+Green+Blue) = 210+124+114=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C72 is #2D838D. Grayscale: #949494. Windows color (decimal): -2982798 or 7503058. OLE color: 7503058.
HSL color Cylindrical-coordinate representation of color #D27C72: hue angle of 6.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27C72 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 114 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.18 |
| HSL | 6.25º | 0.52% | 0.64% | - |
| HSV(B) | 6.25º | 0.46% | 0.82% | - |
| XYZ | 36.82 | 29.33 | 19.64 | - |
| YUV | 148.57 | 108.49 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 114 | 0 | 0.41 | 0.46 | 0.18 | 6.25 | 0.52 | 0.64 |
| Hex | D2 | 7C | 72 | 0 | 29 | 2E | 12 | 6 | 34 | 40 |
| Octal | 322 | 174 | 162 | 0 | 51 | 56 | 22 | 6 | 64 | 100 |
| Binary | 11010010 | 1111100 | 1110010 | 0 | 101001 | 101110 | 10010 | 110 | 110100 | 1000000 |
Color Harmonies of #D27C72
Complementary color
Monochromatic Colors of #D27C72
Black with #D27C72
Text Example
Text Example
White with #D27C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C72; }
p { color: rgb(210,124,114); }
H1.HeaderClassName
{
color: #D27C72;
}
.AnyTagClassName
{
color: #D27C72;
}
</style>
background-color css
<style>
a { background-color: #D27C72; }
a { background-color: rgb(210,124,114); }
div.DivClassName
{
background-color: #D27C72;
}
.BgClassName
{
background-color: #D27C72;
}
</style>
border-color css
<style>
span { border-color: #D27C72; }
span { border-color: rgb(210,124,114); }
td.TdClassName
{
border-color: #D27C72;
}
.TagClassName
{
border-color: #D27C72;
}
</style>