Shades of New York Pink #D27B6E
Tints of New York Pink #D27B6E
RGB
CMYK
RGB Variations
Color information
#D27B6E (or 0xD27B6E) is known color: New York Pink. HEX triplet: D2, 7B and 6E. RGB value is (210,123,110). Sum of RGB (Red+Green+Blue) = 210+123+110=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B6E is #2D8491. Grayscale: #939393. Windows color (decimal): -2983058 or 7240658. OLE color: 7240658.
HSL color Cylindrical-coordinate representation of color #D27B6E: hue angle of 7.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D27B6E is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 110 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.18 |
| HSL | 7.8º | 0.53% | 0.63% | - |
| HSV(B) | 7.8º | 0.48% | 0.82% | - |
| XYZ | 36.48 | 28.99 | 18.43 | - |
| YUV | 147.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 110 | 0 | 0.41 | 0.48 | 0.18 | 7.8 | 0.53 | 0.63 |
| Hex | D2 | 7B | 6E | 0 | 29 | 30 | 12 | 8 | 35 | 3F |
| Octal | 322 | 173 | 156 | 0 | 51 | 60 | 22 | 10 | 65 | 77 |
| Binary | 11010010 | 1111011 | 1101110 | 0 | 101001 | 110000 | 10010 | 1000 | 110101 | 111111 |
Color Harmonies of #D27B6E
Complementary color
Monochromatic Colors of #D27B6E
Black with #D27B6E
Text Example
Text Example
White with #D27B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B6E; }
p { color: rgb(210,123,110); }
H1.HeaderClassName
{
color: #D27B6E;
}
.AnyTagClassName
{
color: #D27B6E;
}
</style>
background-color css
<style>
a { background-color: #D27B6E; }
a { background-color: rgb(210,123,110); }
div.DivClassName
{
background-color: #D27B6E;
}
.BgClassName
{
background-color: #D27B6E;
}
</style>
border-color css
<style>
span { border-color: #D27B6E; }
span { border-color: rgb(210,123,110); }
td.TdClassName
{
border-color: #D27B6E;
}
.TagClassName
{
border-color: #D27B6E;
}
</style>