Shades of New York Pink #DD8578
Tints of New York Pink #DD8578
RGB
CMYK
RGB Variations
Color information
#DD8578 (or 0xDD8578) is known color: New York Pink. HEX triplet: DD, 85 and 78. RGB value is (221,133,120). Sum of RGB (Red+Green+Blue) = 221+133+120=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8578 is #227A87. Grayscale: #9D9D9D. Windows color (decimal): -2259592 or 7898589. OLE color: 7898589.
HSL color Cylindrical-coordinate representation of color #DD8578: hue angle of 7.72º 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 #DD8578 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 120 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.13 |
| HSL | 7.72º | 0.6% | 0.67% | - |
| HSV(B) | 7.72º | 0.46% | 0.87% | - |
| XYZ | 41.6 | 33.5 | 22.04 | - |
| YUV | 157.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 120 | 0 | 0.40 | 0.46 | 0.13 | 7.72 | 0.6 | 0.67 |
| Hex | DD | 85 | 78 | 0 | 28 | 2E | D | 8 | 3C | 43 |
| Octal | 335 | 205 | 170 | 0 | 50 | 56 | 15 | 10 | 74 | 103 |
| Binary | 11011101 | 10000101 | 1111000 | 0 | 101000 | 101110 | 1101 | 1000 | 111100 | 1000011 |
Color Harmonies of #DD8578
Complementary color
Monochromatic Colors of #DD8578
Black with #DD8578
Text Example
Text Example
White with #DD8578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8578; }
p { color: rgb(221,133,120); }
H1.HeaderClassName
{
color: #DD8578;
}
.AnyTagClassName
{
color: #DD8578;
}
</style>
background-color css
<style>
a { background-color: #DD8578; }
a { background-color: rgb(221,133,120); }
div.DivClassName
{
background-color: #DD8578;
}
.BgClassName
{
background-color: #DD8578;
}
</style>
border-color css
<style>
span { border-color: #DD8578; }
span { border-color: rgb(221,133,120); }
td.TdClassName
{
border-color: #DD8578;
}
.TagClassName
{
border-color: #DD8578;
}
</style>