Shades of New York Pink #DC8377
Tints of New York Pink #DC8377
RGB
CMYK
RGB Variations
Color information
#DC8377 (or 0xDC8377) is known color: New York Pink. HEX triplet: DC, 83 and 77. RGB value is (220,131,119). Sum of RGB (Red+Green+Blue) = 220+131+119=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8377 is #237C88. Grayscale: #9C9C9C. Windows color (decimal): -2325641 or 7832540. OLE color: 7832540.
HSL color Cylindrical-coordinate representation of color #DC8377: hue angle of 7.13º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC8377 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 119 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.14 |
| HSL | 7.13º | 0.59% | 0.66% | - |
| HSV(B) | 7.13º | 0.46% | 0.86% | - |
| XYZ | 40.96 | 32.78 | 21.62 | - |
| YUV | 156.24 | 106.99 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 119 | 0 | 0.40 | 0.46 | 0.14 | 7.13 | 0.59 | 0.66 |
| Hex | DC | 83 | 77 | 0 | 28 | 2E | E | 7 | 3B | 42 |
| Octal | 334 | 203 | 167 | 0 | 50 | 56 | 16 | 7 | 73 | 102 |
| Binary | 11011100 | 10000011 | 1110111 | 0 | 101000 | 101110 | 1110 | 111 | 111011 | 1000010 |
Color Harmonies of #DC8377
Complementary color
Monochromatic Colors of #DC8377
Black with #DC8377
Text Example
Text Example
White with #DC8377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8377; }
p { color: rgb(220,131,119); }
H1.HeaderClassName
{
color: #DC8377;
}
.AnyTagClassName
{
color: #DC8377;
}
</style>
background-color css
<style>
a { background-color: #DC8377; }
a { background-color: rgb(220,131,119); }
div.DivClassName
{
background-color: #DC8377;
}
.BgClassName
{
background-color: #DC8377;
}
</style>
border-color css
<style>
span { border-color: #DC8377; }
span { border-color: rgb(220,131,119); }
td.TdClassName
{
border-color: #DC8377;
}
.TagClassName
{
border-color: #DC8377;
}
</style>