Shades of New York Pink #DD7B72
Tints of New York Pink #DD7B72
RGB
CMYK
RGB Variations
Color information
#DD7B72 (or 0xDD7B72) is known color: New York Pink. HEX triplet: DD, 7B and 72. RGB value is (221,123,114). Sum of RGB (Red+Green+Blue) = 221+123+114=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B72 is #22848D. Grayscale: #979797. Windows color (decimal): -2262158 or 7502813. OLE color: 7502813.
HSL color Cylindrical-coordinate representation of color #DD7B72: hue angle of 5.05º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD7B72 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 114 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.13 |
| HSL | 5.05º | 0.61% | 0.66% | - |
| HSV(B) | 5.05º | 0.48% | 0.87% | - |
| XYZ | 39.94 | 30.75 | 19.75 | - |
| YUV | 151.28 | 106.97 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 114 | 0 | 0.44 | 0.48 | 0.13 | 5.05 | 0.61 | 0.66 |
| Hex | DD | 7B | 72 | 0 | 2C | 30 | D | 5 | 3D | 42 |
| Octal | 335 | 173 | 162 | 0 | 54 | 60 | 15 | 5 | 75 | 102 |
| Binary | 11011101 | 1111011 | 1110010 | 0 | 101100 | 110000 | 1101 | 101 | 111101 | 1000010 |
Color Harmonies of #DD7B72
Complementary color
Monochromatic Colors of #DD7B72
Black with #DD7B72
Text Example
Text Example
White with #DD7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B72; }
p { color: rgb(221,123,114); }
H1.HeaderClassName
{
color: #DD7B72;
}
.AnyTagClassName
{
color: #DD7B72;
}
</style>
background-color css
<style>
a { background-color: #DD7B72; }
a { background-color: rgb(221,123,114); }
div.DivClassName
{
background-color: #DD7B72;
}
.BgClassName
{
background-color: #DD7B72;
}
</style>
border-color css
<style>
span { border-color: #DD7B72; }
span { border-color: rgb(221,123,114); }
td.TdClassName
{
border-color: #DD7B72;
}
.TagClassName
{
border-color: #DD7B72;
}
</style>