Shades of New York Pink #D27A6F
Tints of New York Pink #D27A6F
RGB
CMYK
RGB Variations
Color information
#D27A6F (or 0xD27A6F) is known color: New York Pink. HEX triplet: D2, 7A and 6F. RGB value is (210,122,111). Sum of RGB (Red+Green+Blue) = 210+122+111=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A6F is #2D8590. Grayscale: #939393. Windows color (decimal): -2983313 or 7305938. OLE color: 7305938.
HSL color Cylindrical-coordinate representation of color #D27A6F: hue angle of 6.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 #D27A6F is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 111 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.18 |
| HSL | 6.67º | 0.52% | 0.63% | - |
| HSV(B) | 6.67º | 0.47% | 0.82% | - |
| XYZ | 36.41 | 28.77 | 18.67 | - |
| YUV | 147.06 | 107.65 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 111 | 0 | 0.42 | 0.47 | 0.18 | 6.67 | 0.52 | 0.63 |
| Hex | D2 | 7A | 6F | 0 | 2A | 2F | 12 | 7 | 34 | 3F |
| Octal | 322 | 172 | 157 | 0 | 52 | 57 | 22 | 7 | 64 | 77 |
| Binary | 11010010 | 1111010 | 1101111 | 0 | 101010 | 101111 | 10010 | 111 | 110100 | 111111 |
Color Harmonies of #D27A6F
Complementary color
Monochromatic Colors of #D27A6F
Black with #D27A6F
Text Example
Text Example
White with #D27A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A6F; }
p { color: rgb(210,122,111); }
H1.HeaderClassName
{
color: #D27A6F;
}
.AnyTagClassName
{
color: #D27A6F;
}
</style>
background-color css
<style>
a { background-color: #D27A6F; }
a { background-color: rgb(210,122,111); }
div.DivClassName
{
background-color: #D27A6F;
}
.BgClassName
{
background-color: #D27A6F;
}
</style>
border-color css
<style>
span { border-color: #D27A6F; }
span { border-color: rgb(210,122,111); }
td.TdClassName
{
border-color: #D27A6F;
}
.TagClassName
{
border-color: #D27A6F;
}
</style>