Shades of New York Pink #D77E6B
Tints of New York Pink #D77E6B
RGB
CMYK
RGB Variations
Color information
#D77E6B (or 0xD77E6B) is known color: New York Pink. HEX triplet: D7, 7E and 6B. RGB value is (215,126,107). Sum of RGB (Red+Green+Blue) = 215+126+107=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E6B is #288194. Grayscale: #969696. Windows color (decimal): -2654613 or 7044823. OLE color: 7044823.
HSL color Cylindrical-coordinate representation of color #D77E6B: hue angle of 10.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D77E6B is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
RGB | 215 | 126 | 107 | - |
CMYK | 0 | 0.41 | 0.50 | 0.16 |
HSL | 10.56º | 0.57% | 0.63% | - |
HSV(B) | 10.56º | 0.5% | 0.84% | - |
XYZ | 38.14 | 30.43 | 17.77 | - |
YUV | 150.45 | 103.49 | 174.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 126 | 107 | 0 | 0.41 | 0.50 | 0.16 | 10.56 | 0.57 | 0.63 |
Hex | D7 | 7E | 6B | 0 | 29 | 32 | 10 | B | 39 | 3F |
Octal | 327 | 176 | 153 | 0 | 51 | 62 | 20 | 13 | 71 | 77 |
Binary | 11010111 | 1111110 | 1101011 | 0 | 101001 | 110010 | 10000 | 1011 | 111001 | 111111 |
Color Harmonies of #D77E6B
Complementary color
Monochromatic Colors of #D77E6B
Black with #D77E6B
Text Example
Text Example
White with #D77E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77E6B; }
p { color: rgb(215,126,107); }
H1.HeaderClassName
{
color: #D77E6B;
}
.AnyTagClassName
{
color: #D77E6B;
}
</style>
background-color css
<style>
a { background-color: #D77E6B; }
a { background-color: rgb(215,126,107); }
div.DivClassName
{
background-color: #D77E6B;
}
.BgClassName
{
background-color: #D77E6B;
}
</style>
border-color css
<style>
span { border-color: #D77E6B; }
span { border-color: rgb(215,126,107); }
td.TdClassName
{
border-color: #D77E6B;
}
.TagClassName
{
border-color: #D77E6B;
}
</style>