Shades of New York Pink #DC7B74
Tints of New York Pink #DC7B74
RGB
CMYK
RGB Variations
Color information
#DC7B74 (or 0xDC7B74) is known color: New York Pink. HEX triplet: DC, 7B and 74. RGB value is (220,123,116). Sum of RGB (Red+Green+Blue) = 220+123+116=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B74 is #23848B. Grayscale: #979797. Windows color (decimal): -2327692 or 7633884. OLE color: 7633884.
HSL color Cylindrical-coordinate representation of color #DC7B74: hue angle of 4.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC7B74 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 123 | 116 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.14 |
| HSL | 4.04º | 0.6% | 0.66% | - |
| HSV(B) | 4.04º | 0.47% | 0.86% | - |
| XYZ | 39.75 | 30.64 | 20.34 | - |
| YUV | 151.21 | 108.14 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 123 | 116 | 0 | 0.44 | 0.47 | 0.14 | 4.04 | 0.6 | 0.66 |
| Hex | DC | 7B | 74 | 0 | 2C | 2F | E | 4 | 3C | 42 |
| Octal | 334 | 173 | 164 | 0 | 54 | 57 | 16 | 4 | 74 | 102 |
| Binary | 11011100 | 1111011 | 1110100 | 0 | 101100 | 101111 | 1110 | 100 | 111100 | 1000010 |
Color Harmonies of #DC7B74
Complementary color
Monochromatic Colors of #DC7B74
Black with #DC7B74
Text Example
Text Example
White with #DC7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7B74; }
p { color: rgb(220,123,116); }
H1.HeaderClassName
{
color: #DC7B74;
}
.AnyTagClassName
{
color: #DC7B74;
}
</style>
background-color css
<style>
a { background-color: #DC7B74; }
a { background-color: rgb(220,123,116); }
div.DivClassName
{
background-color: #DC7B74;
}
.BgClassName
{
background-color: #DC7B74;
}
</style>
border-color css
<style>
span { border-color: #DC7B74; }
span { border-color: rgb(220,123,116); }
td.TdClassName
{
border-color: #DC7B74;
}
.TagClassName
{
border-color: #DC7B74;
}
</style>