Shades of New York Pink #DD7B69
Tints of New York Pink #DD7B69
RGB
CMYK
RGB Variations
Color information
#DD7B69 (or 0xDD7B69) is known color: New York Pink. HEX triplet: DD, 7B and 69. RGB value is (221,123,105). Sum of RGB (Red+Green+Blue) = 221+123+105=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 123 (48.44% from 255 or 27.39% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B69 is #228496. Grayscale: #969696. Windows color (decimal): -2262167 or 6912989. OLE color: 6912989.
HSL color Cylindrical-coordinate representation of color #DD7B69: hue angle of 9.31º 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 #DD7B69 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 105 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.13 |
| HSL | 9.31º | 0.63% | 0.64% | - |
| HSV(B) | 9.31º | 0.52% | 0.87% | - |
| XYZ | 39.45 | 30.56 | 17.18 | - |
| YUV | 150.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 105 | 0 | 0.44 | 0.52 | 0.13 | 9.31 | 0.63 | 0.64 |
| Hex | DD | 7B | 69 | 0 | 2C | 34 | D | 9 | 3F | 40 |
| Octal | 335 | 173 | 151 | 0 | 54 | 64 | 15 | 11 | 77 | 100 |
| Binary | 11011101 | 1111011 | 1101001 | 0 | 101100 | 110100 | 1101 | 1001 | 111111 | 1000000 |
Color Harmonies of #DD7B69
Complementary color
Monochromatic Colors of #DD7B69
Black with #DD7B69
Text Example
Text Example
White with #DD7B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B69; }
p { color: rgb(221,123,105); }
H1.HeaderClassName
{
color: #DD7B69;
}
.AnyTagClassName
{
color: #DD7B69;
}
</style>
background-color css
<style>
a { background-color: #DD7B69; }
a { background-color: rgb(221,123,105); }
div.DivClassName
{
background-color: #DD7B69;
}
.BgClassName
{
background-color: #DD7B69;
}
</style>
border-color css
<style>
span { border-color: #DD7B69; }
span { border-color: rgb(221,123,105); }
td.TdClassName
{
border-color: #DD7B69;
}
.TagClassName
{
border-color: #DD7B69;
}
</style>