Shades of New York Pink #D27F72
Tints of New York Pink #D27F72
RGB
CMYK
RGB Variations
Color information
#D27F72 (or 0xD27F72) is known color: New York Pink. HEX triplet: D2, 7F and 72. RGB value is (210,127,114). Sum of RGB (Red+Green+Blue) = 210+127+114=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F72 is #2D808D. Grayscale: #969696. Windows color (decimal): -2982030 or 7503826. OLE color: 7503826.
HSL color Cylindrical-coordinate representation of color #D27F72: hue angle of 8.12º 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 #D27F72 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 114 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.18 |
| HSL | 8.13º | 0.52% | 0.64% | - |
| HSV(B) | 8.13º | 0.46% | 0.82% | - |
| XYZ | 37.2 | 30.1 | 19.77 | - |
| YUV | 150.34 | 107.5 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 114 | 0 | 0.40 | 0.46 | 0.18 | 8.13 | 0.52 | 0.64 |
| Hex | D2 | 7F | 72 | 0 | 28 | 2E | 12 | 8 | 34 | 40 |
| Octal | 322 | 177 | 162 | 0 | 50 | 56 | 22 | 10 | 64 | 100 |
| Binary | 11010010 | 1111111 | 1110010 | 0 | 101000 | 101110 | 10010 | 1000 | 110100 | 1000000 |
Color Harmonies of #D27F72
Complementary color
Monochromatic Colors of #D27F72
Black with #D27F72
Text Example
Text Example
White with #D27F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F72; }
p { color: rgb(210,127,114); }
H1.HeaderClassName
{
color: #D27F72;
}
.AnyTagClassName
{
color: #D27F72;
}
</style>
background-color css
<style>
a { background-color: #D27F72; }
a { background-color: rgb(210,127,114); }
div.DivClassName
{
background-color: #D27F72;
}
.BgClassName
{
background-color: #D27F72;
}
</style>
border-color css
<style>
span { border-color: #D27F72; }
span { border-color: rgb(210,127,114); }
td.TdClassName
{
border-color: #D27F72;
}
.TagClassName
{
border-color: #D27F72;
}
</style>