Shades of New York Pink #DD8075
Tints of New York Pink #DD8075
RGB
CMYK
RGB Variations
Color information
#DD8075 (or 0xDD8075) is known color: New York Pink. HEX triplet: DD, 80 and 75. RGB value is (221,128,117). Sum of RGB (Red+Green+Blue) = 221+128+117=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8075 is #227F8A. Grayscale: #9A9A9A. Windows color (decimal): -2260875 or 7700701. OLE color: 7700701.
HSL color Cylindrical-coordinate representation of color #DD8075: hue angle of 6.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD8075 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 117 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.13 |
| HSL | 6.35º | 0.6% | 0.66% | - |
| HSV(B) | 6.35º | 0.47% | 0.87% | - |
| XYZ | 40.75 | 32.09 | 20.88 | - |
| YUV | 154.55 | 106.81 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 117 | 0 | 0.42 | 0.47 | 0.13 | 6.35 | 0.6 | 0.66 |
| Hex | DD | 80 | 75 | 0 | 2A | 2F | D | 6 | 3C | 42 |
| Octal | 335 | 200 | 165 | 0 | 52 | 57 | 15 | 6 | 74 | 102 |
| Binary | 11011101 | 10000000 | 1110101 | 0 | 101010 | 101111 | 1101 | 110 | 111100 | 1000010 |
Color Harmonies of #DD8075
Complementary color
Monochromatic Colors of #DD8075
Black with #DD8075
Text Example
Text Example
White with #DD8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8075; }
p { color: rgb(221,128,117); }
H1.HeaderClassName
{
color: #DD8075;
}
.AnyTagClassName
{
color: #DD8075;
}
</style>
background-color css
<style>
a { background-color: #DD8075; }
a { background-color: rgb(221,128,117); }
div.DivClassName
{
background-color: #DD8075;
}
.BgClassName
{
background-color: #DD8075;
}
</style>
border-color css
<style>
span { border-color: #DD8075; }
span { border-color: rgb(221,128,117); }
td.TdClassName
{
border-color: #DD8075;
}
.TagClassName
{
border-color: #DD8075;
}
</style>