Shades of New York Pink #DD7E69
Tints of New York Pink #DD7E69
RGB
CMYK
RGB Variations
Color information
#DD7E69 (or 0xDD7E69) is known color: New York Pink. HEX triplet: DD, 7E and 69. RGB value is (221,126,105). Sum of RGB (Red+Green+Blue) = 221+126+105=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E69 is #228196. Grayscale: #989898. Windows color (decimal): -2261399 or 6913757. OLE color: 6913757.
HSL color Cylindrical-coordinate representation of color #DD7E69: hue angle of 10.86º 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 #DD7E69 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 105 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.13 |
| HSL | 10.86º | 0.63% | 0.64% | - |
| HSV(B) | 10.86º | 0.52% | 0.87% | - |
| XYZ | 39.83 | 31.31 | 17.31 | - |
| YUV | 152.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 105 | 0 | 0.43 | 0.52 | 0.13 | 10.86 | 0.63 | 0.64 |
| Hex | DD | 7E | 69 | 0 | 2B | 34 | D | B | 3F | 40 |
| Octal | 335 | 176 | 151 | 0 | 53 | 64 | 15 | 13 | 77 | 100 |
| Binary | 11011101 | 1111110 | 1101001 | 0 | 101011 | 110100 | 1101 | 1011 | 111111 | 1000000 |
Color Harmonies of #DD7E69
Complementary color
Monochromatic Colors of #DD7E69
Black with #DD7E69
Text Example
Text Example
White with #DD7E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E69; }
p { color: rgb(221,126,105); }
H1.HeaderClassName
{
color: #DD7E69;
}
.AnyTagClassName
{
color: #DD7E69;
}
</style>
background-color css
<style>
a { background-color: #DD7E69; }
a { background-color: rgb(221,126,105); }
div.DivClassName
{
background-color: #DD7E69;
}
.BgClassName
{
background-color: #DD7E69;
}
</style>
border-color css
<style>
span { border-color: #DD7E69; }
span { border-color: rgb(221,126,105); }
td.TdClassName
{
border-color: #DD7E69;
}
.TagClassName
{
border-color: #DD7E69;
}
</style>