Shades of New York Pink #DC7B71
Tints of New York Pink #DC7B71
RGB
CMYK
RGB Variations
Color information
#DC7B71 (or 0xDC7B71) is known color: New York Pink. HEX triplet: DC, 7B and 71. RGB value is (220,123,113). Sum of RGB (Red+Green+Blue) = 220+123+113=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B71 is #23848E. Grayscale: #979797. Windows color (decimal): -2327695 or 7437276. OLE color: 7437276.
HSL color Cylindrical-coordinate representation of color #DC7B71: hue angle of 5.61º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC7B71 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 113 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.14 |
| HSL | 5.61º | 0.6% | 0.65% | - |
| HSV(B) | 5.61º | 0.49% | 0.86% | - |
| XYZ | 39.58 | 30.57 | 19.44 | - |
| YUV | 150.86 | 106.64 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 113 | 0 | 0.44 | 0.49 | 0.14 | 5.61 | 0.6 | 0.65 |
| Hex | DC | 7B | 71 | 0 | 2C | 31 | E | 6 | 3C | 41 |
| Octal | 334 | 173 | 161 | 0 | 54 | 61 | 16 | 6 | 74 | 101 |
| Binary | 11011100 | 1111011 | 1110001 | 0 | 101100 | 110001 | 1110 | 110 | 111100 | 1000001 |
Color Harmonies of #DC7B71
Complementary color
Monochromatic Colors of #DC7B71
Black with #DC7B71
Text Example
Text Example
White with #DC7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B71; }
p { color: rgb(220,123,113); }
H1.HeaderClassName
{
color: #DC7B71;
}
.AnyTagClassName
{
color: #DC7B71;
}
</style>
background-color css
<style>
a { background-color: #DC7B71; }
a { background-color: rgb(220,123,113); }
div.DivClassName
{
background-color: #DC7B71;
}
.BgClassName
{
background-color: #DC7B71;
}
</style>
border-color css
<style>
span { border-color: #DC7B71; }
span { border-color: rgb(220,123,113); }
td.TdClassName
{
border-color: #DC7B71;
}
.TagClassName
{
border-color: #DC7B71;
}
</style>