Shades of New York Pink #DD7C6E
Tints of New York Pink #DD7C6E
RGB
CMYK
RGB Variations
Color information
#DD7C6E (or 0xDD7C6E) is known color: New York Pink. HEX triplet: DD, 7C and 6E. RGB value is (221,124,110). Sum of RGB (Red+Green+Blue) = 221+124+110=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C6E is #228391. Grayscale: #979797. Windows color (decimal): -2261906 or 7240925. OLE color: 7240925.
HSL color Cylindrical-coordinate representation of color #DD7C6E: hue angle of 7.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7C6E is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 110 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.13 |
| HSL | 7.57º | 0.62% | 0.65% | - |
| HSV(B) | 7.57º | 0.5% | 0.87% | - |
| XYZ | 39.84 | 30.91 | 18.62 | - |
| YUV | 151.41 | 104.64 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 110 | 0 | 0.44 | 0.50 | 0.13 | 7.57 | 0.62 | 0.65 |
| Hex | DD | 7C | 6E | 0 | 2C | 32 | D | 8 | 3E | 41 |
| Octal | 335 | 174 | 156 | 0 | 54 | 62 | 15 | 10 | 76 | 101 |
| Binary | 11011101 | 1111100 | 1101110 | 0 | 101100 | 110010 | 1101 | 1000 | 111110 | 1000001 |
Color Harmonies of #DD7C6E
Complementary color
Monochromatic Colors of #DD7C6E
Black with #DD7C6E
Text Example
Text Example
White with #DD7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C6E; }
p { color: rgb(221,124,110); }
H1.HeaderClassName
{
color: #DD7C6E;
}
.AnyTagClassName
{
color: #DD7C6E;
}
</style>
background-color css
<style>
a { background-color: #DD7C6E; }
a { background-color: rgb(221,124,110); }
div.DivClassName
{
background-color: #DD7C6E;
}
.BgClassName
{
background-color: #DD7C6E;
}
</style>
border-color css
<style>
span { border-color: #DD7C6E; }
span { border-color: rgb(221,124,110); }
td.TdClassName
{
border-color: #DD7C6E;
}
.TagClassName
{
border-color: #DD7C6E;
}
</style>