Shades of New York Pink #DE8475
Tints of New York Pink #DE8475
RGB
CMYK
RGB Variations
Color information
#DE8475 (or 0xDE8475) is known color: New York Pink. HEX triplet: DE, 84 and 75. RGB value is (222,132,117). Sum of RGB (Red+Green+Blue) = 222+132+117=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8475 is #217B8A. Grayscale: #9D9D9D. Windows color (decimal): -2194315 or 7701726. OLE color: 7701726.
HSL color Cylindrical-coordinate representation of color #DE8475: hue angle of 8.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE8475 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 117 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.13 |
| HSL | 8.57º | 0.61% | 0.66% | - |
| HSV(B) | 8.57º | 0.47% | 0.87% | - |
| XYZ | 41.59 | 33.32 | 21.07 | - |
| YUV | 157.2 | 105.32 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 117 | 0 | 0.41 | 0.47 | 0.13 | 8.57 | 0.61 | 0.66 |
| Hex | DE | 84 | 75 | 0 | 29 | 2F | D | 9 | 3D | 42 |
| Octal | 336 | 204 | 165 | 0 | 51 | 57 | 15 | 11 | 75 | 102 |
| Binary | 11011110 | 10000100 | 1110101 | 0 | 101001 | 101111 | 1101 | 1001 | 111101 | 1000010 |
Color Harmonies of #DE8475
Complementary color
Monochromatic Colors of #DE8475
Black with #DE8475
Text Example
Text Example
White with #DE8475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8475; }
p { color: rgb(222,132,117); }
H1.HeaderClassName
{
color: #DE8475;
}
.AnyTagClassName
{
color: #DE8475;
}
</style>
background-color css
<style>
a { background-color: #DE8475; }
a { background-color: rgb(222,132,117); }
div.DivClassName
{
background-color: #DE8475;
}
.BgClassName
{
background-color: #DE8475;
}
</style>
border-color css
<style>
span { border-color: #DE8475; }
span { border-color: rgb(222,132,117); }
td.TdClassName
{
border-color: #DE8475;
}
.TagClassName
{
border-color: #DE8475;
}
</style>