Shades of New York Pink #D27F75
Tints of New York Pink #D27F75
RGB
CMYK
RGB Variations
Color information
#D27F75 (or 0xD27F75) is known color: New York Pink. HEX triplet: D2, 7F and 75. RGB value is (210,127,117). Sum of RGB (Red+Green+Blue) = 210+127+117=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F75 is #2D808A. Grayscale: #969696. Windows color (decimal): -2982027 or 7700434. OLE color: 7700434.
HSL color Cylindrical-coordinate representation of color #D27F75: hue angle of 6.45º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27F75 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 117 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.18 |
| HSL | 6.45º | 0.51% | 0.64% | - |
| HSV(B) | 6.45º | 0.44% | 0.82% | - |
| XYZ | 37.38 | 30.16 | 20.68 | - |
| YUV | 150.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 117 | 0 | 0.40 | 0.44 | 0.18 | 6.45 | 0.51 | 0.64 |
| Hex | D2 | 7F | 75 | 0 | 28 | 2C | 12 | 6 | 33 | 40 |
| Octal | 322 | 177 | 165 | 0 | 50 | 54 | 22 | 6 | 63 | 100 |
| Binary | 11010010 | 1111111 | 1110101 | 0 | 101000 | 101100 | 10010 | 110 | 110011 | 1000000 |
Color Harmonies of #D27F75
Complementary color
Monochromatic Colors of #D27F75
Black with #D27F75
Text Example
Text Example
White with #D27F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F75; }
p { color: rgb(210,127,117); }
H1.HeaderClassName
{
color: #D27F75;
}
.AnyTagClassName
{
color: #D27F75;
}
</style>
background-color css
<style>
a { background-color: #D27F75; }
a { background-color: rgb(210,127,117); }
div.DivClassName
{
background-color: #D27F75;
}
.BgClassName
{
background-color: #D27F75;
}
</style>
border-color css
<style>
span { border-color: #D27F75; }
span { border-color: rgb(210,127,117); }
td.TdClassName
{
border-color: #D27F75;
}
.TagClassName
{
border-color: #D27F75;
}
</style>