Shades of New York Pink #DD7B68
Tints of New York Pink #DD7B68
RGB
CMYK
RGB Variations
Color information
#DD7B68 (or 0xDD7B68) is known color: New York Pink. HEX triplet: DD, 7B and 68. RGB value is (221,123,104). Sum of RGB (Red+Green+Blue) = 221+123+104=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B68 is #228497. Grayscale: #969696. Windows color (decimal): -2262168 or 6847453. OLE color: 6847453.
HSL color Cylindrical-coordinate representation of color #DD7B68: hue angle of 9.74º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD7B68 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 123 | 104 | - |
| CMYK | 0 | 0.44 | 0.53 | 0.13 |
| HSL | 9.74º | 0.63% | 0.64% | - |
| HSV(B) | 9.74º | 0.53% | 0.87% | - |
| XYZ | 39.4 | 30.54 | 16.91 | - |
| YUV | 150.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 104 | 0 | 0.44 | 0.53 | 0.13 | 9.74 | 0.63 | 0.64 |
| Hex | DD | 7B | 68 | 0 | 2C | 35 | D | A | 3F | 40 |
| Octal | 335 | 173 | 150 | 0 | 54 | 65 | 15 | 12 | 77 | 100 |
| Binary | 11011101 | 1111011 | 1101000 | 0 | 101100 | 110101 | 1101 | 1010 | 111111 | 1000000 |
Color Harmonies of #DD7B68
Complementary color
Monochromatic Colors of #DD7B68
Black with #DD7B68
Text Example
Text Example
White with #DD7B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7B68; }
p { color: rgb(221,123,104); }
H1.HeaderClassName
{
color: #DD7B68;
}
.AnyTagClassName
{
color: #DD7B68;
}
</style>
background-color css
<style>
a { background-color: #DD7B68; }
a { background-color: rgb(221,123,104); }
div.DivClassName
{
background-color: #DD7B68;
}
.BgClassName
{
background-color: #DD7B68;
}
</style>
border-color css
<style>
span { border-color: #DD7B68; }
span { border-color: rgb(221,123,104); }
td.TdClassName
{
border-color: #DD7B68;
}
.TagClassName
{
border-color: #DD7B68;
}
</style>