Shades of New York Pink #DE8076
Tints of New York Pink #DE8076
RGB
CMYK
RGB Variations
Color information
#DE8076 (or 0xDE8076) is known color: New York Pink. HEX triplet: DE, 80 and 76. RGB value is (222,128,118). Sum of RGB (Red+Green+Blue) = 222+128+118=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 118 (46.48% from 255 or 25.21% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8076 is #217F89. Grayscale: #9B9B9B. Windows color (decimal): -2195338 or 7766238. OLE color: 7766238.
HSL color Cylindrical-coordinate representation of color #DE8076: hue angle of 5.77º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE8076 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 118 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.13 |
| HSL | 5.77º | 0.61% | 0.67% | - |
| HSV(B) | 5.77º | 0.47% | 0.87% | - |
| XYZ | 41.11 | 32.28 | 21.2 | - |
| YUV | 154.97 | 107.14 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 118 | 0 | 0.42 | 0.47 | 0.13 | 5.77 | 0.61 | 0.67 |
| Hex | DE | 80 | 76 | 0 | 2A | 2F | D | 6 | 3D | 43 |
| Octal | 336 | 200 | 166 | 0 | 52 | 57 | 15 | 6 | 75 | 103 |
| Binary | 11011110 | 10000000 | 1110110 | 0 | 101010 | 101111 | 1101 | 110 | 111101 | 1000011 |
Color Harmonies of #DE8076
Complementary color
Monochromatic Colors of #DE8076
Black with #DE8076
Text Example
Text Example
White with #DE8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8076; }
p { color: rgb(222,128,118); }
H1.HeaderClassName
{
color: #DE8076;
}
.AnyTagClassName
{
color: #DE8076;
}
</style>
background-color css
<style>
a { background-color: #DE8076; }
a { background-color: rgb(222,128,118); }
div.DivClassName
{
background-color: #DE8076;
}
.BgClassName
{
background-color: #DE8076;
}
</style>
border-color css
<style>
span { border-color: #DE8076; }
span { border-color: rgb(222,128,118); }
td.TdClassName
{
border-color: #DE8076;
}
.TagClassName
{
border-color: #DE8076;
}
</style>