Shades of New York Pink #DE7D67
Tints of New York Pink #DE7D67
RGB
CMYK
RGB Variations
Color information
#DE7D67 (or 0xDE7D67) is known color: New York Pink. HEX triplet: DE, 7D and 67. RGB value is (222,125,103). Sum of RGB (Red+Green+Blue) = 222+125+103=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D67 is #218298. Grayscale: #979797. Windows color (decimal): -2196121 or 6782430. OLE color: 6782430.
HSL color Cylindrical-coordinate representation of color #DE7D67: hue angle of 11.09º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE7D67 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 125 | 103 | - |
| CMYK | 0 | 0.44 | 0.54 | 0.13 |
| HSL | 11.09º | 0.64% | 0.64% | - |
| HSV(B) | 11.09º | 0.54% | 0.87% | - |
| XYZ | 39.91 | 31.18 | 16.75 | - |
| YUV | 151.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 125 | 103 | 0 | 0.44 | 0.54 | 0.13 | 11.09 | 0.64 | 0.64 |
| Hex | DE | 7D | 67 | 0 | 2C | 36 | D | B | 40 | 40 |
| Octal | 336 | 175 | 147 | 0 | 54 | 66 | 15 | 13 | 100 | 100 |
| Binary | 11011110 | 1111101 | 1100111 | 0 | 101100 | 110110 | 1101 | 1011 | 1000000 | 1000000 |
Color Harmonies of #DE7D67
Complementary color
Monochromatic Colors of #DE7D67
Black with #DE7D67
Text Example
Text Example
White with #DE7D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7D67; }
p { color: rgb(222,125,103); }
H1.HeaderClassName
{
color: #DE7D67;
}
.AnyTagClassName
{
color: #DE7D67;
}
</style>
background-color css
<style>
a { background-color: #DE7D67; }
a { background-color: rgb(222,125,103); }
div.DivClassName
{
background-color: #DE7D67;
}
.BgClassName
{
background-color: #DE7D67;
}
</style>
border-color css
<style>
span { border-color: #DE7D67; }
span { border-color: rgb(222,125,103); }
td.TdClassName
{
border-color: #DE7D67;
}
.TagClassName
{
border-color: #DE7D67;
}
</style>