Shades of New York Pink #DC8273
Tints of New York Pink #DC8273
RGB
CMYK
RGB Variations
Color information
#DC8273 (or 0xDC8273) is known color: New York Pink. HEX triplet: DC, 82 and 73. RGB value is (220,130,115). Sum of RGB (Red+Green+Blue) = 220+130+115=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8273 is #237D8C. Grayscale: #9B9B9B. Windows color (decimal): -2325901 or 7570140. OLE color: 7570140.
HSL color Cylindrical-coordinate representation of color #DC8273: hue angle of 8.57º 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 #DC8273 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 115 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.14 |
| HSL | 8.57º | 0.6% | 0.66% | - |
| HSV(B) | 8.57º | 0.48% | 0.86% | - |
| XYZ | 40.59 | 32.42 | 20.34 | - |
| YUV | 155.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 115 | 0 | 0.41 | 0.48 | 0.14 | 8.57 | 0.6 | 0.66 |
| Hex | DC | 82 | 73 | 0 | 29 | 30 | E | 9 | 3C | 42 |
| Octal | 334 | 202 | 163 | 0 | 51 | 60 | 16 | 11 | 74 | 102 |
| Binary | 11011100 | 10000010 | 1110011 | 0 | 101001 | 110000 | 1110 | 1001 | 111100 | 1000010 |
Color Harmonies of #DC8273
Complementary color
Monochromatic Colors of #DC8273
Black with #DC8273
Text Example
Text Example
White with #DC8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8273; }
p { color: rgb(220,130,115); }
H1.HeaderClassName
{
color: #DC8273;
}
.AnyTagClassName
{
color: #DC8273;
}
</style>
background-color css
<style>
a { background-color: #DC8273; }
a { background-color: rgb(220,130,115); }
div.DivClassName
{
background-color: #DC8273;
}
.BgClassName
{
background-color: #DC8273;
}
</style>
border-color css
<style>
span { border-color: #DC8273; }
span { border-color: rgb(220,130,115); }
td.TdClassName
{
border-color: #DC8273;
}
.TagClassName
{
border-color: #DC8273;
}
</style>