Shades of New York Pink #D97E6A
Tints of New York Pink #D97E6A
RGB
CMYK
RGB Variations
Color information
#D97E6A (or 0xD97E6A) is known color: New York Pink. HEX triplet: D9, 7E and 6A. RGB value is (217,126,106). Sum of RGB (Red+Green+Blue) = 217+126+106=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E6A is #268195. Grayscale: #979797. Windows color (decimal): -2523542 or 6979289. OLE color: 6979289.
HSL color Cylindrical-coordinate representation of color #D97E6A: hue angle of 10.81º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D97E6A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 126 | 106 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.15 |
| HSL | 10.81º | 0.59% | 0.63% | - |
| HSV(B) | 10.81º | 0.51% | 0.85% | - |
| XYZ | 38.68 | 30.71 | 17.53 | - |
| YUV | 150.93 | 102.65 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 126 | 106 | 0 | 0.42 | 0.51 | 0.15 | 10.81 | 0.59 | 0.63 |
| Hex | D9 | 7E | 6A | 0 | 2A | 33 | F | B | 3B | 3F |
| Octal | 331 | 176 | 152 | 0 | 52 | 63 | 17 | 13 | 73 | 77 |
| Binary | 11011001 | 1111110 | 1101010 | 0 | 101010 | 110011 | 1111 | 1011 | 111011 | 111111 |
Color Harmonies of #D97E6A
Complementary color
Monochromatic Colors of #D97E6A
Black with #D97E6A
Text Example
Text Example
White with #D97E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97E6A; }
p { color: rgb(217,126,106); }
H1.HeaderClassName
{
color: #D97E6A;
}
.AnyTagClassName
{
color: #D97E6A;
}
</style>
background-color css
<style>
a { background-color: #D97E6A; }
a { background-color: rgb(217,126,106); }
div.DivClassName
{
background-color: #D97E6A;
}
.BgClassName
{
background-color: #D97E6A;
}
</style>
border-color css
<style>
span { border-color: #D97E6A; }
span { border-color: rgb(217,126,106); }
td.TdClassName
{
border-color: #D97E6A;
}
.TagClassName
{
border-color: #D97E6A;
}
</style>