Shades of New York Pink #DE7A68
Tints of New York Pink #DE7A68
RGB
CMYK
RGB Variations
Color information
#DE7A68 (or 0xDE7A68) is known color: New York Pink. HEX triplet: DE, 7A and 68. RGB value is (222,122,104). Sum of RGB (Red+Green+Blue) = 222+122+104=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A68 is #218597. Grayscale: #969696. Windows color (decimal): -2196888 or 6847198. OLE color: 6847198.
HSL color Cylindrical-coordinate representation of color #DE7A68: hue angle of 9.15º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE7A68 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 122 | 104 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.13 |
| HSL | 9.15º | 0.64% | 0.64% | - |
| HSV(B) | 9.15º | 0.53% | 0.87% | - |
| XYZ | 39.58 | 30.45 | 16.89 | - |
| YUV | 149.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 122 | 104 | 0 | 0.45 | 0.53 | 0.13 | 9.15 | 0.64 | 0.64 |
| Hex | DE | 7A | 68 | 0 | 2D | 35 | D | 9 | 40 | 40 |
| Octal | 336 | 172 | 150 | 0 | 55 | 65 | 15 | 11 | 100 | 100 |
| Binary | 11011110 | 1111010 | 1101000 | 0 | 101101 | 110101 | 1101 | 1001 | 1000000 | 1000000 |
Color Harmonies of #DE7A68
Complementary color
Monochromatic Colors of #DE7A68
Black with #DE7A68
Text Example
Text Example
White with #DE7A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7A68; }
p { color: rgb(222,122,104); }
H1.HeaderClassName
{
color: #DE7A68;
}
.AnyTagClassName
{
color: #DE7A68;
}
</style>
background-color css
<style>
a { background-color: #DE7A68; }
a { background-color: rgb(222,122,104); }
div.DivClassName
{
background-color: #DE7A68;
}
.BgClassName
{
background-color: #DE7A68;
}
</style>
border-color css
<style>
span { border-color: #DE7A68; }
span { border-color: rgb(222,122,104); }
td.TdClassName
{
border-color: #DE7A68;
}
.TagClassName
{
border-color: #DE7A68;
}
</style>