Shades of New York Pink #DD8278
Tints of New York Pink #DD8278
RGB
CMYK
RGB Variations
Color information
#DD8278 (or 0xDD8278) is known color: New York Pink. HEX triplet: DD, 82 and 78. RGB value is (221,130,120). Sum of RGB (Red+Green+Blue) = 221+130+120=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8278 is #227D87. Grayscale: #9C9C9C. Windows color (decimal): -2260360 or 7897821. OLE color: 7897821.
HSL color Cylindrical-coordinate representation of color #DD8278: hue angle of 5.94º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8278 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 120 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.13 |
| HSL | 5.94º | 0.6% | 0.67% | - |
| HSV(B) | 5.94º | 0.46% | 0.87% | - |
| XYZ | 41.19 | 32.69 | 21.91 | - |
| YUV | 156.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 120 | 0 | 0.41 | 0.46 | 0.13 | 5.94 | 0.6 | 0.67 |
| Hex | DD | 82 | 78 | 0 | 29 | 2E | D | 6 | 3C | 43 |
| Octal | 335 | 202 | 170 | 0 | 51 | 56 | 15 | 6 | 74 | 103 |
| Binary | 11011101 | 10000010 | 1111000 | 0 | 101001 | 101110 | 1101 | 110 | 111100 | 1000011 |
Color Harmonies of #DD8278
Complementary color
Monochromatic Colors of #DD8278
Black with #DD8278
Text Example
Text Example
White with #DD8278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8278; }
p { color: rgb(221,130,120); }
H1.HeaderClassName
{
color: #DD8278;
}
.AnyTagClassName
{
color: #DD8278;
}
</style>
background-color css
<style>
a { background-color: #DD8278; }
a { background-color: rgb(221,130,120); }
div.DivClassName
{
background-color: #DD8278;
}
.BgClassName
{
background-color: #DD8278;
}
</style>
border-color css
<style>
span { border-color: #DD8278; }
span { border-color: rgb(221,130,120); }
td.TdClassName
{
border-color: #DD8278;
}
.TagClassName
{
border-color: #DD8278;
}
</style>