Shades of New York Pink #DD8575
Tints of New York Pink #DD8575
RGB
CMYK
RGB Variations
Color information
#DD8575 (or 0xDD8575) is known color: New York Pink. HEX triplet: DD, 85 and 75. RGB value is (221,133,117). Sum of RGB (Red+Green+Blue) = 221+133+117=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8575 is #227A8A. Grayscale: #9D9D9D. Windows color (decimal): -2259595 or 7701981. OLE color: 7701981.
HSL color Cylindrical-coordinate representation of color #DD8575: hue angle of 9.23º 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 #DD8575 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 117 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.13 |
| HSL | 9.23º | 0.6% | 0.66% | - |
| HSV(B) | 9.23º | 0.47% | 0.87% | - |
| XYZ | 41.42 | 33.43 | 21.1 | - |
| YUV | 157.49 | 105.15 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 117 | 0 | 0.40 | 0.47 | 0.13 | 9.23 | 0.6 | 0.66 |
| Hex | DD | 85 | 75 | 0 | 28 | 2F | D | 9 | 3C | 42 |
| Octal | 335 | 205 | 165 | 0 | 50 | 57 | 15 | 11 | 74 | 102 |
| Binary | 11011101 | 10000101 | 1110101 | 0 | 101000 | 101111 | 1101 | 1001 | 111100 | 1000010 |
Color Harmonies of #DD8575
Complementary color
Monochromatic Colors of #DD8575
Black with #DD8575
Text Example
Text Example
White with #DD8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8575; }
p { color: rgb(221,133,117); }
H1.HeaderClassName
{
color: #DD8575;
}
.AnyTagClassName
{
color: #DD8575;
}
</style>
background-color css
<style>
a { background-color: #DD8575; }
a { background-color: rgb(221,133,117); }
div.DivClassName
{
background-color: #DD8575;
}
.BgClassName
{
background-color: #DD8575;
}
</style>
border-color css
<style>
span { border-color: #DD8575; }
span { border-color: rgb(221,133,117); }
td.TdClassName
{
border-color: #DD8575;
}
.TagClassName
{
border-color: #DD8575;
}
</style>