Shades of New York Pink #DD776B
Tints of New York Pink #DD776B
RGB
CMYK
RGB Variations
Color information
#DD776B (or 0xDD776B) is known color: New York Pink. HEX triplet: DD, 77 and 6B. RGB value is (221,119,107). Sum of RGB (Red+Green+Blue) = 221+119+107=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 107 (42.19% from 255 or 23.94% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776B is #228894. Grayscale: #949494. Windows color (decimal): -2263189 or 7043037. OLE color: 7043037.
HSL color Cylindrical-coordinate representation of color #DD776B: hue angle of 6.32º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD776B is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 107 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.13 |
| HSL | 6.32º | 0.63% | 0.64% | - |
| HSV(B) | 6.32º | 0.52% | 0.87% | - |
| XYZ | 39.07 | 29.63 | 17.57 | - |
| YUV | 148.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 107 | 0 | 0.46 | 0.52 | 0.13 | 6.32 | 0.63 | 0.64 |
| Hex | DD | 77 | 6B | 0 | 2E | 34 | D | 6 | 3F | 40 |
| Octal | 335 | 167 | 153 | 0 | 56 | 64 | 15 | 6 | 77 | 100 |
| Binary | 11011101 | 1110111 | 1101011 | 0 | 101110 | 110100 | 1101 | 110 | 111111 | 1000000 |
Color Harmonies of #DD776B
Complementary color
Monochromatic Colors of #DD776B
Black with #DD776B
Text Example
Text Example
White with #DD776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD776B; }
p { color: rgb(221,119,107); }
H1.HeaderClassName
{
color: #DD776B;
}
.AnyTagClassName
{
color: #DD776B;
}
</style>
background-color css
<style>
a { background-color: #DD776B; }
a { background-color: rgb(221,119,107); }
div.DivClassName
{
background-color: #DD776B;
}
.BgClassName
{
background-color: #DD776B;
}
</style>
border-color css
<style>
span { border-color: #DD776B; }
span { border-color: rgb(221,119,107); }
td.TdClassName
{
border-color: #DD776B;
}
.TagClassName
{
border-color: #DD776B;
}
</style>