Shades of New York Pink #DD776A
Tints of New York Pink #DD776A
RGB
CMYK
RGB Variations
Color information
#DD776A (or 0xDD776A) is known color: New York Pink. HEX triplet: DD, 77 and 6A. RGB value is (221,119,106). Sum of RGB (Red+Green+Blue) = 221+119+106=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD776A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD776A is #228895. Grayscale: #949494. Windows color (decimal): -2263190 or 6977501. OLE color: 6977501.
HSL color Cylindrical-coordinate representation of color #DD776A: hue angle of 6.78º 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 #DD776A is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 119 | 106 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.13 |
| HSL | 6.78º | 0.63% | 0.64% | - |
| HSV(B) | 6.78º | 0.52% | 0.87% | - |
| XYZ | 39.02 | 29.61 | 17.29 | - |
| YUV | 148.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 106 | 0 | 0.46 | 0.52 | 0.13 | 6.78 | 0.63 | 0.64 |
| Hex | DD | 77 | 6A | 0 | 2E | 34 | D | 7 | 3F | 40 |
| Octal | 335 | 167 | 152 | 0 | 56 | 64 | 15 | 7 | 77 | 100 |
| Binary | 11011101 | 1110111 | 1101010 | 0 | 101110 | 110100 | 1101 | 111 | 111111 | 1000000 |
Color Harmonies of #DD776A
Complementary color
Monochromatic Colors of #DD776A
Black with #DD776A
Text Example
Text Example
White with #DD776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD776A; }
p { color: rgb(221,119,106); }
H1.HeaderClassName
{
color: #DD776A;
}
.AnyTagClassName
{
color: #DD776A;
}
</style>
background-color css
<style>
a { background-color: #DD776A; }
a { background-color: rgb(221,119,106); }
div.DivClassName
{
background-color: #DD776A;
}
.BgClassName
{
background-color: #DD776A;
}
</style>
border-color css
<style>
span { border-color: #DD776A; }
span { border-color: rgb(221,119,106); }
td.TdClassName
{
border-color: #DD776A;
}
.TagClassName
{
border-color: #DD776A;
}
</style>