Shades of New York Pink #DD7D75
Tints of New York Pink #DD7D75
RGB
CMYK
RGB Variations
Color information
#DD7D75 (or 0xDD7D75) is known color: New York Pink. HEX triplet: DD, 7D and 75. RGB value is (221,125,117). Sum of RGB (Red+Green+Blue) = 221+125+117=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D75 is #22828A. Grayscale: #989898. Windows color (decimal): -2261643 or 7699933. OLE color: 7699933.
HSL color Cylindrical-coordinate representation of color #DD7D75: hue angle of 4.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD7D75 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 125 | 117 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.13 |
| HSL | 4.62º | 0.6% | 0.66% | - |
| HSV(B) | 4.62º | 0.47% | 0.87% | - |
| XYZ | 40.36 | 31.32 | 20.75 | - |
| YUV | 152.79 | 107.8 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 125 | 117 | 0 | 0.43 | 0.47 | 0.13 | 4.62 | 0.6 | 0.66 |
| Hex | DD | 7D | 75 | 0 | 2B | 2F | D | 5 | 3C | 42 |
| Octal | 335 | 175 | 165 | 0 | 53 | 57 | 15 | 5 | 74 | 102 |
| Binary | 11011101 | 1111101 | 1110101 | 0 | 101011 | 101111 | 1101 | 101 | 111100 | 1000010 |
Color Harmonies of #DD7D75
Complementary color
Monochromatic Colors of #DD7D75
Black with #DD7D75
Text Example
Text Example
White with #DD7D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7D75; }
p { color: rgb(221,125,117); }
H1.HeaderClassName
{
color: #DD7D75;
}
.AnyTagClassName
{
color: #DD7D75;
}
</style>
background-color css
<style>
a { background-color: #DD7D75; }
a { background-color: rgb(221,125,117); }
div.DivClassName
{
background-color: #DD7D75;
}
.BgClassName
{
background-color: #DD7D75;
}
</style>
border-color css
<style>
span { border-color: #DD7D75; }
span { border-color: rgb(221,125,117); }
td.TdClassName
{
border-color: #DD7D75;
}
.TagClassName
{
border-color: #DD7D75;
}
</style>