Shades of New York Pink #DE8068
Tints of New York Pink #DE8068
RGB
CMYK
RGB Variations
Color information
#DE8068 (or 0xDE8068) is known color: New York Pink. HEX triplet: DE, 80 and 68. RGB value is (222,128,104). Sum of RGB (Red+Green+Blue) = 222+128+104=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8068 is #217F97. Grayscale: #999999. Windows color (decimal): -2195352 or 6848734. OLE color: 6848734.
HSL color Cylindrical-coordinate representation of color #DE8068: hue angle of 12.2º 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 #DE8068 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 104 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.13 |
| HSL | 12.2º | 0.64% | 0.64% | - |
| HSV(B) | 12.2º | 0.53% | 0.87% | - |
| XYZ | 40.34 | 31.97 | 17.14 | - |
| YUV | 153.37 | 100.14 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 104 | 0 | 0.42 | 0.53 | 0.13 | 12.2 | 0.64 | 0.64 |
| Hex | DE | 80 | 68 | 0 | 2A | 35 | D | C | 40 | 40 |
| Octal | 336 | 200 | 150 | 0 | 52 | 65 | 15 | 14 | 100 | 100 |
| Binary | 11011110 | 10000000 | 1101000 | 0 | 101010 | 110101 | 1101 | 1100 | 1000000 | 1000000 |
Color Harmonies of #DE8068
Complementary color
Monochromatic Colors of #DE8068
Black with #DE8068
Text Example
Text Example
White with #DE8068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8068; }
p { color: rgb(222,128,104); }
H1.HeaderClassName
{
color: #DE8068;
}
.AnyTagClassName
{
color: #DE8068;
}
</style>
background-color css
<style>
a { background-color: #DE8068; }
a { background-color: rgb(222,128,104); }
div.DivClassName
{
background-color: #DE8068;
}
.BgClassName
{
background-color: #DE8068;
}
</style>
border-color css
<style>
span { border-color: #DE8068; }
span { border-color: rgb(222,128,104); }
td.TdClassName
{
border-color: #DE8068;
}
.TagClassName
{
border-color: #DE8068;
}
</style>