Shades of New York Pink #DD887B
Tints of New York Pink #DD887B
RGB
CMYK
RGB Variations
Color information
#DD887B (or 0xDD887B) is known color: New York Pink. HEX triplet: DD, 88 and 7B. RGB value is (221,136,123). Sum of RGB (Red+Green+Blue) = 221+136+123=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 136 (53.52% from 255 or 28.33% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887B is #227784. Grayscale: #A0A0A0. Windows color (decimal): -2258821 or 8095965. OLE color: 8095965.
HSL color Cylindrical-coordinate representation of color #DD887B: hue angle of 7.96º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD887B is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 123 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.13 |
| HSL | 7.96º | 0.59% | 0.67% | - |
| HSV(B) | 7.96º | 0.44% | 0.87% | - |
| XYZ | 42.2 | 34.41 | 23.16 | - |
| YUV | 159.93 | 107.16 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 123 | 0 | 0.38 | 0.44 | 0.13 | 7.96 | 0.59 | 0.67 |
| Hex | DD | 88 | 7B | 0 | 26 | 2C | D | 8 | 3B | 43 |
| Octal | 335 | 210 | 173 | 0 | 46 | 54 | 15 | 10 | 73 | 103 |
| Binary | 11011101 | 10001000 | 1111011 | 0 | 100110 | 101100 | 1101 | 1000 | 111011 | 1000011 |
Color Harmonies of #DD887B
Complementary color
Monochromatic Colors of #DD887B
Black with #DD887B
Text Example
Text Example
White with #DD887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD887B; }
p { color: rgb(221,136,123); }
H1.HeaderClassName
{
color: #DD887B;
}
.AnyTagClassName
{
color: #DD887B;
}
</style>
background-color css
<style>
a { background-color: #DD887B; }
a { background-color: rgb(221,136,123); }
div.DivClassName
{
background-color: #DD887B;
}
.BgClassName
{
background-color: #DD887B;
}
</style>
border-color css
<style>
span { border-color: #DD887B; }
span { border-color: rgb(221,136,123); }
td.TdClassName
{
border-color: #DD887B;
}
.TagClassName
{
border-color: #DD887B;
}
</style>