Shades of New York Pink #DE7B6D
Tints of New York Pink #DE7B6D
RGB
CMYK
RGB Variations
Color information
#DE7B6D (or 0xDE7B6D) is known color: New York Pink. HEX triplet: DE, 7B and 6D. RGB value is (222,123,109). Sum of RGB (Red+Green+Blue) = 222+123+109=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7B6D is #218492. Grayscale: #979797. Windows color (decimal): -2196627 or 7175134. OLE color: 7175134.
HSL color Cylindrical-coordinate representation of color #DE7B6D: hue angle of 7.43º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE7B6D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 109 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.13 |
| HSL | 7.43º | 0.63% | 0.65% | - |
| HSV(B) | 7.43º | 0.51% | 0.87% | - |
| XYZ | 39.97 | 30.8 | 18.31 | - |
| YUV | 151.01 | 104.3 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 109 | 0 | 0.45 | 0.51 | 0.13 | 7.43 | 0.63 | 0.65 |
| Hex | DE | 7B | 6D | 0 | 2D | 33 | D | 7 | 3F | 41 |
| Octal | 336 | 173 | 155 | 0 | 55 | 63 | 15 | 7 | 77 | 101 |
| Binary | 11011110 | 1111011 | 1101101 | 0 | 101101 | 110011 | 1101 | 111 | 111111 | 1000001 |
Color Harmonies of #DE7B6D
Complementary color
Monochromatic Colors of #DE7B6D
Black with #DE7B6D
Text Example
Text Example
White with #DE7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7B6D; }
p { color: rgb(222,123,109); }
H1.HeaderClassName
{
color: #DE7B6D;
}
.AnyTagClassName
{
color: #DE7B6D;
}
</style>
background-color css
<style>
a { background-color: #DE7B6D; }
a { background-color: rgb(222,123,109); }
div.DivClassName
{
background-color: #DE7B6D;
}
.BgClassName
{
background-color: #DE7B6D;
}
</style>
border-color css
<style>
span { border-color: #DE7B6D; }
span { border-color: rgb(222,123,109); }
td.TdClassName
{
border-color: #DE7B6D;
}
.TagClassName
{
border-color: #DE7B6D;
}
</style>