Shades of New York Pink #DE8077
Tints of New York Pink #DE8077
RGB
CMYK
RGB Variations
Color information
#DE8077 (or 0xDE8077) is known color: New York Pink. HEX triplet: DE, 80 and 77. RGB value is (222,128,119). Sum of RGB (Red+Green+Blue) = 222+128+119=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8077 is #217F88. Grayscale: #9B9B9B. Windows color (decimal): -2195337 or 7831774. OLE color: 7831774.
HSL color Cylindrical-coordinate representation of color #DE8077: hue angle of 5.24º degrees, saturation: 0.61, 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 #DE8077 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 119 | - |
| CMYK | 0 | 0.42 | 0.46 | 0.13 |
| HSL | 5.24º | 0.61% | 0.67% | - |
| HSV(B) | 5.24º | 0.46% | 0.87% | - |
| XYZ | 41.17 | 32.3 | 21.52 | - |
| YUV | 155.08 | 107.64 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 119 | 0 | 0.42 | 0.46 | 0.13 | 5.24 | 0.61 | 0.67 |
| Hex | DE | 80 | 77 | 0 | 2A | 2E | D | 5 | 3D | 43 |
| Octal | 336 | 200 | 167 | 0 | 52 | 56 | 15 | 5 | 75 | 103 |
| Binary | 11011110 | 10000000 | 1110111 | 0 | 101010 | 101110 | 1101 | 101 | 111101 | 1000011 |
Color Harmonies of #DE8077
Complementary color
Monochromatic Colors of #DE8077
Black with #DE8077
Text Example
Text Example
White with #DE8077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8077; }
p { color: rgb(222,128,119); }
H1.HeaderClassName
{
color: #DE8077;
}
.AnyTagClassName
{
color: #DE8077;
}
</style>
background-color css
<style>
a { background-color: #DE8077; }
a { background-color: rgb(222,128,119); }
div.DivClassName
{
background-color: #DE8077;
}
.BgClassName
{
background-color: #DE8077;
}
</style>
border-color css
<style>
span { border-color: #DE8077; }
span { border-color: rgb(222,128,119); }
td.TdClassName
{
border-color: #DE8077;
}
.TagClassName
{
border-color: #DE8077;
}
</style>