Shades of New York Pink #DD8B75
Tints of New York Pink #DD8B75
RGB
CMYK
RGB Variations
Color information
#DD8B75 (or 0xDD8B75) is known color: New York Pink. HEX triplet: DD, 8B and 75. RGB value is (221,139,117). Sum of RGB (Red+Green+Blue) = 221+139+117=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B75 is #22748A. Grayscale: #A1A1A1. Windows color (decimal): -2258059 or 7703517. OLE color: 7703517.
HSL color Cylindrical-coordinate representation of color #DD8B75: hue angle of 12.69º 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 #DD8B75 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 117 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.13 |
| HSL | 12.69º | 0.6% | 0.66% | - |
| HSV(B) | 12.69º | 0.47% | 0.87% | - |
| XYZ | 42.26 | 35.12 | 21.38 | - |
| YUV | 161.01 | 103.17 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 117 | 0 | 0.37 | 0.47 | 0.13 | 12.69 | 0.6 | 0.66 |
| Hex | DD | 8B | 75 | 0 | 25 | 2F | D | D | 3C | 42 |
| Octal | 335 | 213 | 165 | 0 | 45 | 57 | 15 | 15 | 74 | 102 |
| Binary | 11011101 | 10001011 | 1110101 | 0 | 100101 | 101111 | 1101 | 1101 | 111100 | 1000010 |
Color Harmonies of #DD8B75
Complementary color
Monochromatic Colors of #DD8B75
Black with #DD8B75
Text Example
Text Example
White with #DD8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B75; }
p { color: rgb(221,139,117); }
H1.HeaderClassName
{
color: #DD8B75;
}
.AnyTagClassName
{
color: #DD8B75;
}
</style>
background-color css
<style>
a { background-color: #DD8B75; }
a { background-color: rgb(221,139,117); }
div.DivClassName
{
background-color: #DD8B75;
}
.BgClassName
{
background-color: #DD8B75;
}
</style>
border-color css
<style>
span { border-color: #DD8B75; }
span { border-color: rgb(221,139,117); }
td.TdClassName
{
border-color: #DD8B75;
}
.TagClassName
{
border-color: #DD8B75;
}
</style>