Shades of New York Pink #DF7B70
Tints of New York Pink #DF7B70
RGB
CMYK
RGB Variations
Color information
#DF7B70 (or 0xDF7B70) is known color: New York Pink. HEX triplet: DF, 7B and 70. RGB value is (223,123,112). Sum of RGB (Red+Green+Blue) = 223+123+112=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 123 (48.44% from 255 or 26.86% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B70 is #20848F. Grayscale: #979797. Windows color (decimal): -2131088 or 7371743. OLE color: 7371743.
HSL color Cylindrical-coordinate representation of color #DF7B70: hue angle of 5.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7B70 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 112 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.13 |
| HSL | 5.95º | 0.63% | 0.66% | - |
| HSV(B) | 5.95º | 0.5% | 0.87% | - |
| XYZ | 40.44 | 31.02 | 19.19 | - |
| YUV | 151.65 | 105.63 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 112 | 0 | 0.45 | 0.50 | 0.13 | 5.95 | 0.63 | 0.66 |
| Hex | DF | 7B | 70 | 0 | 2D | 32 | D | 6 | 3F | 42 |
| Octal | 337 | 173 | 160 | 0 | 55 | 62 | 15 | 6 | 77 | 102 |
| Binary | 11011111 | 1111011 | 1110000 | 0 | 101101 | 110010 | 1101 | 110 | 111111 | 1000010 |
Color Harmonies of #DF7B70
Complementary color
Monochromatic Colors of #DF7B70
Black with #DF7B70
Text Example
Text Example
White with #DF7B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7B70; }
p { color: rgb(223,123,112); }
H1.HeaderClassName
{
color: #DF7B70;
}
.AnyTagClassName
{
color: #DF7B70;
}
</style>
background-color css
<style>
a { background-color: #DF7B70; }
a { background-color: rgb(223,123,112); }
div.DivClassName
{
background-color: #DF7B70;
}
.BgClassName
{
background-color: #DF7B70;
}
</style>
border-color css
<style>
span { border-color: #DF7B70; }
span { border-color: rgb(223,123,112); }
td.TdClassName
{
border-color: #DF7B70;
}
.TagClassName
{
border-color: #DF7B70;
}
</style>