Shades of New York Pink #DC7769
Tints of New York Pink #DC7769
RGB
CMYK
RGB Variations
Color information
#DC7769 (or 0xDC7769) is known color: New York Pink. HEX triplet: DC, 77 and 69. RGB value is (220,119,105). Sum of RGB (Red+Green+Blue) = 220+119+105=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7769 is #238896. Grayscale: #939393. Windows color (decimal): -2328727 or 6911964. OLE color: 6911964.
HSL color Cylindrical-coordinate representation of color #DC7769: hue angle of 7.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC7769 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 105 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.14 |
| HSL | 7.3º | 0.62% | 0.64% | - |
| HSV(B) | 7.3º | 0.52% | 0.86% | - |
| XYZ | 38.66 | 29.43 | 17.01 | - |
| YUV | 147.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 105 | 0 | 0.46 | 0.52 | 0.14 | 7.3 | 0.62 | 0.64 |
| Hex | DC | 77 | 69 | 0 | 2E | 34 | E | 7 | 3E | 40 |
| Octal | 334 | 167 | 151 | 0 | 56 | 64 | 16 | 7 | 76 | 100 |
| Binary | 11011100 | 1110111 | 1101001 | 0 | 101110 | 110100 | 1110 | 111 | 111110 | 1000000 |
Color Harmonies of #DC7769
Complementary color
Monochromatic Colors of #DC7769
Black with #DC7769
Text Example
Text Example
White with #DC7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7769; }
p { color: rgb(220,119,105); }
H1.HeaderClassName
{
color: #DC7769;
}
.AnyTagClassName
{
color: #DC7769;
}
</style>
background-color css
<style>
a { background-color: #DC7769; }
a { background-color: rgb(220,119,105); }
div.DivClassName
{
background-color: #DC7769;
}
.BgClassName
{
background-color: #DC7769;
}
</style>
border-color css
<style>
span { border-color: #DC7769; }
span { border-color: rgb(220,119,105); }
td.TdClassName
{
border-color: #DC7769;
}
.TagClassName
{
border-color: #DC7769;
}
</style>