Shades of New York Pink #DD7E6D
Tints of New York Pink #DD7E6D
RGB
CMYK
RGB Variations
Color information
#DD7E6D (or 0xDD7E6D) is known color: New York Pink. HEX triplet: DD, 7E and 6D. RGB value is (221,126,109). Sum of RGB (Red+Green+Blue) = 221+126+109=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E6D is #228192. Grayscale: #989898. Windows color (decimal): -2261395 or 7175901. OLE color: 7175901.
HSL color Cylindrical-coordinate representation of color #DD7E6D: hue angle of 9.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7E6D is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 126 | 109 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.13 |
| HSL | 9.11º | 0.62% | 0.65% | - |
| HSV(B) | 9.11º | 0.51% | 0.87% | - |
| XYZ | 40.04 | 31.4 | 18.42 | - |
| YUV | 152.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 109 | 0 | 0.43 | 0.51 | 0.13 | 9.11 | 0.62 | 0.65 |
| Hex | DD | 7E | 6D | 0 | 2B | 33 | D | 9 | 3E | 41 |
| Octal | 335 | 176 | 155 | 0 | 53 | 63 | 15 | 11 | 76 | 101 |
| Binary | 11011101 | 1111110 | 1101101 | 0 | 101011 | 110011 | 1101 | 1001 | 111110 | 1000001 |
Color Harmonies of #DD7E6D
Complementary color
Monochromatic Colors of #DD7E6D
Black with #DD7E6D
Text Example
Text Example
White with #DD7E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7E6D; }
p { color: rgb(221,126,109); }
H1.HeaderClassName
{
color: #DD7E6D;
}
.AnyTagClassName
{
color: #DD7E6D;
}
</style>
background-color css
<style>
a { background-color: #DD7E6D; }
a { background-color: rgb(221,126,109); }
div.DivClassName
{
background-color: #DD7E6D;
}
.BgClassName
{
background-color: #DD7E6D;
}
</style>
border-color css
<style>
span { border-color: #DD7E6D; }
span { border-color: rgb(221,126,109); }
td.TdClassName
{
border-color: #DD7E6D;
}
.TagClassName
{
border-color: #DD7E6D;
}
</style>