Shades of New York Pink #DD7F69
Tints of New York Pink #DD7F69
RGB
CMYK
RGB Variations
Color information
#DD7F69 (or 0xDD7F69) is known color: New York Pink. HEX triplet: DD, 7F and 69. RGB value is (221,127,105). Sum of RGB (Red+Green+Blue) = 221+127+105=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F69 is #228096. Grayscale: #989898. Windows color (decimal): -2261143 or 6914013. OLE color: 6914013.
HSL color Cylindrical-coordinate representation of color #DD7F69: hue angle of 11.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7F69 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 105 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.13 |
| HSL | 11.38º | 0.63% | 0.64% | - |
| HSV(B) | 11.38º | 0.52% | 0.87% | - |
| XYZ | 39.96 | 31.57 | 17.35 | - |
| YUV | 152.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 105 | 0 | 0.43 | 0.52 | 0.13 | 11.38 | 0.63 | 0.64 |
| Hex | DD | 7F | 69 | 0 | 2B | 34 | D | B | 3F | 40 |
| Octal | 335 | 177 | 151 | 0 | 53 | 64 | 15 | 13 | 77 | 100 |
| Binary | 11011101 | 1111111 | 1101001 | 0 | 101011 | 110100 | 1101 | 1011 | 111111 | 1000000 |
Color Harmonies of #DD7F69
Complementary color
Monochromatic Colors of #DD7F69
Black with #DD7F69
Text Example
Text Example
White with #DD7F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F69; }
p { color: rgb(221,127,105); }
H1.HeaderClassName
{
color: #DD7F69;
}
.AnyTagClassName
{
color: #DD7F69;
}
</style>
background-color css
<style>
a { background-color: #DD7F69; }
a { background-color: rgb(221,127,105); }
div.DivClassName
{
background-color: #DD7F69;
}
.BgClassName
{
background-color: #DD7F69;
}
</style>
border-color css
<style>
span { border-color: #DD7F69; }
span { border-color: rgb(221,127,105); }
td.TdClassName
{
border-color: #DD7F69;
}
.TagClassName
{
border-color: #DD7F69;
}
</style>