Shades of New York Pink #DD7E68
Tints of New York Pink #DD7E68
RGB
CMYK
RGB Variations
Color information
#DD7E68 (or 0xDD7E68) is known color: New York Pink. HEX triplet: DD, 7E and 68. RGB value is (221,126,104). Sum of RGB (Red+Green+Blue) = 221+126+104=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E68 is #228197. Grayscale: #989898. Windows color (decimal): -2261400 or 6848221. OLE color: 6848221.
HSL color Cylindrical-coordinate representation of color #DD7E68: hue angle of 11.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD7E68 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 104 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.13 |
| HSL | 11.28º | 0.63% | 0.64% | - |
| HSV(B) | 11.28º | 0.53% | 0.87% | - |
| XYZ | 39.78 | 31.29 | 17.04 | - |
| YUV | 151.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 104 | 0 | 0.43 | 0.53 | 0.13 | 11.28 | 0.63 | 0.64 |
| Hex | DD | 7E | 68 | 0 | 2B | 35 | D | B | 3F | 40 |
| Octal | 335 | 176 | 150 | 0 | 53 | 65 | 15 | 13 | 77 | 100 |
| Binary | 11011101 | 1111110 | 1101000 | 0 | 101011 | 110101 | 1101 | 1011 | 111111 | 1000000 |
Color Harmonies of #DD7E68
Complementary color
Monochromatic Colors of #DD7E68
Black with #DD7E68
Text Example
Text Example
White with #DD7E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E68; }
p { color: rgb(221,126,104); }
H1.HeaderClassName
{
color: #DD7E68;
}
.AnyTagClassName
{
color: #DD7E68;
}
</style>
background-color css
<style>
a { background-color: #DD7E68; }
a { background-color: rgb(221,126,104); }
div.DivClassName
{
background-color: #DD7E68;
}
.BgClassName
{
background-color: #DD7E68;
}
</style>
border-color css
<style>
span { border-color: #DD7E68; }
span { border-color: rgb(221,126,104); }
td.TdClassName
{
border-color: #DD7E68;
}
.TagClassName
{
border-color: #DD7E68;
}
</style>