Shades of New York Pink #DC7D75
Tints of New York Pink #DC7D75
RGB
CMYK
RGB Variations
Color information
#DC7D75 (or 0xDC7D75) is known color: New York Pink. HEX triplet: DC, 7D and 75. RGB value is (220,125,117). Sum of RGB (Red+Green+Blue) = 220+125+117=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D75 is #23828A. Grayscale: #989898. Windows color (decimal): -2327179 or 7699932. OLE color: 7699932.
HSL color Cylindrical-coordinate representation of color #DC7D75: hue angle of 4.66º 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 #DC7D75 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 117 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.14 |
| HSL | 4.66º | 0.6% | 0.66% | - |
| HSV(B) | 4.66º | 0.47% | 0.86% | - |
| XYZ | 40.06 | 31.17 | 20.73 | - |
| YUV | 152.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 117 | 0 | 0.43 | 0.47 | 0.14 | 4.66 | 0.6 | 0.66 |
| Hex | DC | 7D | 75 | 0 | 2B | 2F | E | 5 | 3C | 42 |
| Octal | 334 | 175 | 165 | 0 | 53 | 57 | 16 | 5 | 74 | 102 |
| Binary | 11011100 | 1111101 | 1110101 | 0 | 101011 | 101111 | 1110 | 101 | 111100 | 1000010 |
Color Harmonies of #DC7D75
Complementary color
Monochromatic Colors of #DC7D75
Black with #DC7D75
Text Example
Text Example
White with #DC7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7D75; }
p { color: rgb(220,125,117); }
H1.HeaderClassName
{
color: #DC7D75;
}
.AnyTagClassName
{
color: #DC7D75;
}
</style>
background-color css
<style>
a { background-color: #DC7D75; }
a { background-color: rgb(220,125,117); }
div.DivClassName
{
background-color: #DC7D75;
}
.BgClassName
{
background-color: #DC7D75;
}
</style>
border-color css
<style>
span { border-color: #DC7D75; }
span { border-color: rgb(220,125,117); }
td.TdClassName
{
border-color: #DC7D75;
}
.TagClassName
{
border-color: #DC7D75;
}
</style>