Shades of New York Pink #DD8A7A
Tints of New York Pink #DD8A7A
RGB
CMYK
RGB Variations
Color information
#DD8A7A (or 0xDD8A7A) is known color: New York Pink. HEX triplet: DD, 8A and 7A. RGB value is (221,138,122). Sum of RGB (Red+Green+Blue) = 221+138+122=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A7A is #227585. Grayscale: #A1A1A1. Windows color (decimal): -2258310 or 8030941. OLE color: 8030941.
HSL color Cylindrical-coordinate representation of color #DD8A7A: hue angle of 9.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD8A7A is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 122 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.13 |
| HSL | 9.7º | 0.59% | 0.67% | - |
| HSV(B) | 9.7º | 0.45% | 0.87% | - |
| XYZ | 42.42 | 34.95 | 22.92 | - |
| YUV | 160.99 | 106 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 122 | 0 | 0.38 | 0.45 | 0.13 | 9.7 | 0.59 | 0.67 |
| Hex | DD | 8A | 7A | 0 | 26 | 2D | D | A | 3B | 43 |
| Octal | 335 | 212 | 172 | 0 | 46 | 55 | 15 | 12 | 73 | 103 |
| Binary | 11011101 | 10001010 | 1111010 | 0 | 100110 | 101101 | 1101 | 1010 | 111011 | 1000011 |
Color Harmonies of #DD8A7A
Complementary color
Monochromatic Colors of #DD8A7A
Black with #DD8A7A
Text Example
Text Example
White with #DD8A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A7A; }
p { color: rgb(221,138,122); }
H1.HeaderClassName
{
color: #DD8A7A;
}
.AnyTagClassName
{
color: #DD8A7A;
}
</style>
background-color css
<style>
a { background-color: #DD8A7A; }
a { background-color: rgb(221,138,122); }
div.DivClassName
{
background-color: #DD8A7A;
}
.BgClassName
{
background-color: #DD8A7A;
}
</style>
border-color css
<style>
span { border-color: #DD8A7A; }
span { border-color: rgb(221,138,122); }
td.TdClassName
{
border-color: #DD8A7A;
}
.TagClassName
{
border-color: #DD8A7A;
}
</style>