Shades of New York Pink #DD8978
Tints of New York Pink #DD8978
RGB
CMYK
RGB Variations
Color information
#DD8978 (or 0xDD8978) is known color: New York Pink. HEX triplet: DD, 89 and 78. RGB value is (221,137,120). Sum of RGB (Red+Green+Blue) = 221+137+120=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8978 is #227687. Grayscale: #A0A0A0. Windows color (decimal): -2258568 or 7899613. OLE color: 7899613.
HSL color Cylindrical-coordinate representation of color #DD8978: hue angle of 10.1º 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 #DD8978 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 120 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.13 |
| HSL | 10.1º | 0.6% | 0.67% | - |
| HSV(B) | 10.1º | 0.46% | 0.87% | - |
| XYZ | 42.15 | 34.62 | 22.23 | - |
| YUV | 160.18 | 105.33 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 120 | 0 | 0.38 | 0.46 | 0.13 | 10.1 | 0.6 | 0.67 |
| Hex | DD | 89 | 78 | 0 | 26 | 2E | D | A | 3C | 43 |
| Octal | 335 | 211 | 170 | 0 | 46 | 56 | 15 | 12 | 74 | 103 |
| Binary | 11011101 | 10001001 | 1111000 | 0 | 100110 | 101110 | 1101 | 1010 | 111100 | 1000011 |
Color Harmonies of #DD8978
Complementary color
Monochromatic Colors of #DD8978
Black with #DD8978
Text Example
Text Example
White with #DD8978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8978; }
p { color: rgb(221,137,120); }
H1.HeaderClassName
{
color: #DD8978;
}
.AnyTagClassName
{
color: #DD8978;
}
</style>
background-color css
<style>
a { background-color: #DD8978; }
a { background-color: rgb(221,137,120); }
div.DivClassName
{
background-color: #DD8978;
}
.BgClassName
{
background-color: #DD8978;
}
</style>
border-color css
<style>
span { border-color: #DD8978; }
span { border-color: rgb(221,137,120); }
td.TdClassName
{
border-color: #DD8978;
}
.TagClassName
{
border-color: #DD8978;
}
</style>