Shades of New York Pink #DD7C6C
Tints of New York Pink #DD7C6C
RGB
CMYK
RGB Variations
Color information
#DD7C6C (or 0xDD7C6C) is known color: New York Pink. HEX triplet: DD, 7C and 6C. RGB value is (221,124,108). Sum of RGB (Red+Green+Blue) = 221+124+108=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C6C is #228393. Grayscale: #979797. Windows color (decimal): -2261908 or 7109853. OLE color: 7109853.
HSL color Cylindrical-coordinate representation of color #DD7C6C: hue angle of 8.5º 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 #DD7C6C is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 124 | 108 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.13 |
| HSL | 8.5º | 0.62% | 0.65% | - |
| HSV(B) | 8.5º | 0.51% | 0.87% | - |
| XYZ | 39.73 | 30.87 | 18.05 | - |
| YUV | 151.18 | 103.64 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 124 | 108 | 0 | 0.44 | 0.51 | 0.13 | 8.5 | 0.62 | 0.65 |
| Hex | DD | 7C | 6C | 0 | 2C | 33 | D | 8 | 3E | 41 |
| Octal | 335 | 174 | 154 | 0 | 54 | 63 | 15 | 10 | 76 | 101 |
| Binary | 11011101 | 1111100 | 1101100 | 0 | 101100 | 110011 | 1101 | 1000 | 111110 | 1000001 |
Color Harmonies of #DD7C6C
Complementary color
Monochromatic Colors of #DD7C6C
Black with #DD7C6C
Text Example
Text Example
White with #DD7C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7C6C; }
p { color: rgb(221,124,108); }
H1.HeaderClassName
{
color: #DD7C6C;
}
.AnyTagClassName
{
color: #DD7C6C;
}
</style>
background-color css
<style>
a { background-color: #DD7C6C; }
a { background-color: rgb(221,124,108); }
div.DivClassName
{
background-color: #DD7C6C;
}
.BgClassName
{
background-color: #DD7C6C;
}
</style>
border-color css
<style>
span { border-color: #DD7C6C; }
span { border-color: rgb(221,124,108); }
td.TdClassName
{
border-color: #DD7C6C;
}
.TagClassName
{
border-color: #DD7C6C;
}
</style>