Shades of New York Pink #DE7E6B
Tints of New York Pink #DE7E6B
RGB
CMYK
RGB Variations
Color information
#DE7E6B (or 0xDE7E6B) is known color: New York Pink. HEX triplet: DE, 7E and 6B. RGB value is (222,126,107). Sum of RGB (Red+Green+Blue) = 222+126+107=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7E6B is #218194. Grayscale: #989898. Windows color (decimal): -2195861 or 7044830. OLE color: 7044830.
HSL color Cylindrical-coordinate representation of color #DE7E6B: hue angle of 9.91º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE7E6B is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 126 | 107 | - |
| CMYK | 0 | 0.43 | 0.52 | 0.13 |
| HSL | 9.91º | 0.64% | 0.65% | - |
| HSV(B) | 9.91º | 0.52% | 0.87% | - |
| XYZ | 40.24 | 31.51 | 17.87 | - |
| YUV | 152.54 | 102.3 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 126 | 107 | 0 | 0.43 | 0.52 | 0.13 | 9.91 | 0.64 | 0.65 |
| Hex | DE | 7E | 6B | 0 | 2B | 34 | D | A | 40 | 41 |
| Octal | 336 | 176 | 153 | 0 | 53 | 64 | 15 | 12 | 100 | 101 |
| Binary | 11011110 | 1111110 | 1101011 | 0 | 101011 | 110100 | 1101 | 1010 | 1000000 | 1000001 |
Color Harmonies of #DE7E6B
Complementary color
Monochromatic Colors of #DE7E6B
Black with #DE7E6B
Text Example
Text Example
White with #DE7E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7E6B; }
p { color: rgb(222,126,107); }
H1.HeaderClassName
{
color: #DE7E6B;
}
.AnyTagClassName
{
color: #DE7E6B;
}
</style>
background-color css
<style>
a { background-color: #DE7E6B; }
a { background-color: rgb(222,126,107); }
div.DivClassName
{
background-color: #DE7E6B;
}
.BgClassName
{
background-color: #DE7E6B;
}
</style>
border-color css
<style>
span { border-color: #DE7E6B; }
span { border-color: rgb(222,126,107); }
td.TdClassName
{
border-color: #DE7E6B;
}
.TagClassName
{
border-color: #DE7E6B;
}
</style>