Shades of New York Pink #DC8373
Tints of New York Pink #DC8373
RGB
CMYK
RGB Variations
Color information
#DC8373 (or 0xDC8373) is known color: New York Pink. HEX triplet: DC, 83 and 73. RGB value is (220,131,115). Sum of RGB (Red+Green+Blue) = 220+131+115=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8373 is #237C8C. Grayscale: #9B9B9B. Windows color (decimal): -2325645 or 7570396. OLE color: 7570396.
HSL color Cylindrical-coordinate representation of color #DC8373: hue angle of 9.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC8373 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 115 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.14 |
| HSL | 9.14º | 0.6% | 0.66% | - |
| HSV(B) | 9.14º | 0.48% | 0.86% | - |
| XYZ | 40.73 | 32.69 | 20.38 | - |
| YUV | 155.79 | 104.99 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 115 | 0 | 0.40 | 0.48 | 0.14 | 9.14 | 0.6 | 0.66 |
| Hex | DC | 83 | 73 | 0 | 28 | 30 | E | 9 | 3C | 42 |
| Octal | 334 | 203 | 163 | 0 | 50 | 60 | 16 | 11 | 74 | 102 |
| Binary | 11011100 | 10000011 | 1110011 | 0 | 101000 | 110000 | 1110 | 1001 | 111100 | 1000010 |
Color Harmonies of #DC8373
Complementary color
Monochromatic Colors of #DC8373
Black with #DC8373
Text Example
Text Example
White with #DC8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8373; }
p { color: rgb(220,131,115); }
H1.HeaderClassName
{
color: #DC8373;
}
.AnyTagClassName
{
color: #DC8373;
}
</style>
background-color css
<style>
a { background-color: #DC8373; }
a { background-color: rgb(220,131,115); }
div.DivClassName
{
background-color: #DC8373;
}
.BgClassName
{
background-color: #DC8373;
}
</style>
border-color css
<style>
span { border-color: #DC8373; }
span { border-color: rgb(220,131,115); }
td.TdClassName
{
border-color: #DC8373;
}
.TagClassName
{
border-color: #DC8373;
}
</style>