Shades of New York Pink #DD7B6D
Tints of New York Pink #DD7B6D
RGB
CMYK
RGB Variations
Color information
#DD7B6D (or 0xDD7B6D) is known color: New York Pink. HEX triplet: DD, 7B and 6D. RGB value is (221,123,109). Sum of RGB (Red+Green+Blue) = 221+123+109=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B6D is #228492. Grayscale: #969696. Windows color (decimal): -2262163 or 7175133. OLE color: 7175133.
HSL color Cylindrical-coordinate representation of color #DD7B6D: hue angle of 7.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 #DD7B6D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 109 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.13 |
| HSL | 7.5º | 0.62% | 0.65% | - |
| HSV(B) | 7.5º | 0.51% | 0.87% | - |
| XYZ | 39.66 | 30.64 | 18.29 | - |
| YUV | 150.71 | 104.47 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 109 | 0 | 0.44 | 0.51 | 0.13 | 7.5 | 0.62 | 0.65 |
| Hex | DD | 7B | 6D | 0 | 2C | 33 | D | 8 | 3E | 41 |
| Octal | 335 | 173 | 155 | 0 | 54 | 63 | 15 | 10 | 76 | 101 |
| Binary | 11011101 | 1111011 | 1101101 | 0 | 101100 | 110011 | 1101 | 1000 | 111110 | 1000001 |
Color Harmonies of #DD7B6D
Complementary color
Monochromatic Colors of #DD7B6D
Black with #DD7B6D
Text Example
Text Example
White with #DD7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B6D; }
p { color: rgb(221,123,109); }
H1.HeaderClassName
{
color: #DD7B6D;
}
.AnyTagClassName
{
color: #DD7B6D;
}
</style>
background-color css
<style>
a { background-color: #DD7B6D; }
a { background-color: rgb(221,123,109); }
div.DivClassName
{
background-color: #DD7B6D;
}
.BgClassName
{
background-color: #DD7B6D;
}
</style>
border-color css
<style>
span { border-color: #DD7B6D; }
span { border-color: rgb(221,123,109); }
td.TdClassName
{
border-color: #DD7B6D;
}
.TagClassName
{
border-color: #DD7B6D;
}
</style>