Shades of New York Pink #D27670
Tints of New York Pink #D27670
RGB
CMYK
RGB Variations
Color information
#D27670 (or 0xD27670) is known color: New York Pink. HEX triplet: D2, 76 and 70. RGB value is (210,118,112). Sum of RGB (Red+Green+Blue) = 210+118+112=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D27670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27670 is #2D898F. Grayscale: #909090. Windows color (decimal): -2984336 or 7370450. OLE color: 7370450.
HSL color Cylindrical-coordinate representation of color #D27670: hue angle of 3.67º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27670 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 112 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.18 |
| HSL | 3.67º | 0.52% | 0.63% | - |
| HSV(B) | 3.67º | 0.47% | 0.82% | - |
| XYZ | 35.98 | 27.83 | 18.8 | - |
| YUV | 144.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 112 | 0 | 0.44 | 0.47 | 0.18 | 3.67 | 0.52 | 0.63 |
| Hex | D2 | 76 | 70 | 0 | 2C | 2F | 12 | 4 | 34 | 3F |
| Octal | 322 | 166 | 160 | 0 | 54 | 57 | 22 | 4 | 64 | 77 |
| Binary | 11010010 | 1110110 | 1110000 | 0 | 101100 | 101111 | 10010 | 100 | 110100 | 111111 |
Color Harmonies of #D27670
Complementary color
Monochromatic Colors of #D27670
Black with #D27670
Text Example
Text Example
White with #D27670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27670; }
p { color: rgb(210,118,112); }
H1.HeaderClassName
{
color: #D27670;
}
.AnyTagClassName
{
color: #D27670;
}
</style>
background-color css
<style>
a { background-color: #D27670; }
a { background-color: rgb(210,118,112); }
div.DivClassName
{
background-color: #D27670;
}
.BgClassName
{
background-color: #D27670;
}
</style>
border-color css
<style>
span { border-color: #D27670; }
span { border-color: rgb(210,118,112); }
td.TdClassName
{
border-color: #D27670;
}
.TagClassName
{
border-color: #D27670;
}
</style>