Shades of New York Pink #DD7A6C
Tints of New York Pink #DD7A6C
RGB
CMYK
RGB Variations
Color information
#DD7A6C (or 0xDD7A6C) is known color: New York Pink. HEX triplet: DD, 7A and 6C. RGB value is (221,122,108). Sum of RGB (Red+Green+Blue) = 221+122+108=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A6C is #228593. Grayscale: #969696. Windows color (decimal): -2262420 or 7109341. OLE color: 7109341.
HSL color Cylindrical-coordinate representation of color #DD7A6C: hue angle of 7.43º 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 #DD7A6C is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 122 | 108 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.13 |
| HSL | 7.43º | 0.62% | 0.65% | - |
| HSV(B) | 7.43º | 0.51% | 0.87% | - |
| XYZ | 39.49 | 30.37 | 17.97 | - |
| YUV | 150.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 122 | 108 | 0 | 0.45 | 0.51 | 0.13 | 7.43 | 0.62 | 0.65 |
| Hex | DD | 7A | 6C | 0 | 2D | 33 | D | 7 | 3E | 41 |
| Octal | 335 | 172 | 154 | 0 | 55 | 63 | 15 | 7 | 76 | 101 |
| Binary | 11011101 | 1111010 | 1101100 | 0 | 101101 | 110011 | 1101 | 111 | 111110 | 1000001 |
Color Harmonies of #DD7A6C
Complementary color
Monochromatic Colors of #DD7A6C
Black with #DD7A6C
Text Example
Text Example
White with #DD7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7A6C; }
p { color: rgb(221,122,108); }
H1.HeaderClassName
{
color: #DD7A6C;
}
.AnyTagClassName
{
color: #DD7A6C;
}
</style>
background-color css
<style>
a { background-color: #DD7A6C; }
a { background-color: rgb(221,122,108); }
div.DivClassName
{
background-color: #DD7A6C;
}
.BgClassName
{
background-color: #DD7A6C;
}
</style>
border-color css
<style>
span { border-color: #DD7A6C; }
span { border-color: rgb(221,122,108); }
td.TdClassName
{
border-color: #DD7A6C;
}
.TagClassName
{
border-color: #DD7A6C;
}
</style>