Shades of New York Pink #DC8779
Tints of New York Pink #DC8779
RGB
CMYK
RGB Variations
Color information
#DC8779 (or 0xDC8779) is known color: New York Pink. HEX triplet: DC, 87 and 79. RGB value is (220,135,121). Sum of RGB (Red+Green+Blue) = 220+135+121=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8779 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8779 is #237886. Grayscale: #9E9E9E. Windows color (decimal): -2324615 or 7964636. OLE color: 7964636.
HSL color Cylindrical-coordinate representation of color #DC8779: hue angle of 8.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC8779 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 135 | 121 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.14 |
| HSL | 8.48º | 0.59% | 0.67% | - |
| HSV(B) | 8.48º | 0.45% | 0.86% | - |
| XYZ | 41.63 | 33.92 | 22.44 | - |
| YUV | 158.82 | 106.66 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 135 | 121 | 0 | 0.39 | 0.45 | 0.14 | 8.48 | 0.59 | 0.67 |
| Hex | DC | 87 | 79 | 0 | 27 | 2D | E | 8 | 3B | 43 |
| Octal | 334 | 207 | 171 | 0 | 47 | 55 | 16 | 10 | 73 | 103 |
| Binary | 11011100 | 10000111 | 1111001 | 0 | 100111 | 101101 | 1110 | 1000 | 111011 | 1000011 |
Color Harmonies of #DC8779
Complementary color
Monochromatic Colors of #DC8779
Black with #DC8779
Text Example
Text Example
White with #DC8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8779; }
p { color: rgb(220,135,121); }
H1.HeaderClassName
{
color: #DC8779;
}
.AnyTagClassName
{
color: #DC8779;
}
</style>
background-color css
<style>
a { background-color: #DC8779; }
a { background-color: rgb(220,135,121); }
div.DivClassName
{
background-color: #DC8779;
}
.BgClassName
{
background-color: #DC8779;
}
</style>
border-color css
<style>
span { border-color: #DC8779; }
span { border-color: rgb(220,135,121); }
td.TdClassName
{
border-color: #DC8779;
}
.TagClassName
{
border-color: #DC8779;
}
</style>