Shades of New York Pink #DC8073
Tints of New York Pink #DC8073
RGB
CMYK
RGB Variations
Color information
#DC8073 (or 0xDC8073) is known color: New York Pink. HEX triplet: DC, 80 and 73. RGB value is (220,128,115). Sum of RGB (Red+Green+Blue) = 220+128+115=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8073 is #237F8C. Grayscale: #9A9A9A. Windows color (decimal): -2326413 or 7569628. OLE color: 7569628.
HSL color Cylindrical-coordinate representation of color #DC8073: hue angle of 7.43º 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 #DC8073 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 115 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.14 |
| HSL | 7.43º | 0.6% | 0.66% | - |
| HSV(B) | 7.43º | 0.48% | 0.86% | - |
| XYZ | 40.33 | 31.89 | 20.25 | - |
| YUV | 154.03 | 105.98 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 115 | 0 | 0.42 | 0.48 | 0.14 | 7.43 | 0.6 | 0.66 |
| Hex | DC | 80 | 73 | 0 | 2A | 30 | E | 7 | 3C | 42 |
| Octal | 334 | 200 | 163 | 0 | 52 | 60 | 16 | 7 | 74 | 102 |
| Binary | 11011100 | 10000000 | 1110011 | 0 | 101010 | 110000 | 1110 | 111 | 111100 | 1000010 |
Color Harmonies of #DC8073
Complementary color
Monochromatic Colors of #DC8073
Black with #DC8073
Text Example
Text Example
White with #DC8073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8073; }
p { color: rgb(220,128,115); }
H1.HeaderClassName
{
color: #DC8073;
}
.AnyTagClassName
{
color: #DC8073;
}
</style>
background-color css
<style>
a { background-color: #DC8073; }
a { background-color: rgb(220,128,115); }
div.DivClassName
{
background-color: #DC8073;
}
.BgClassName
{
background-color: #DC8073;
}
</style>
border-color css
<style>
span { border-color: #DC8073; }
span { border-color: rgb(220,128,115); }
td.TdClassName
{
border-color: #DC8073;
}
.TagClassName
{
border-color: #DC8073;
}
</style>