Shades of New York Pink #DF7D6A
Tints of New York Pink #DF7D6A
RGB
CMYK
RGB Variations
Color information
#DF7D6A (or 0xDF7D6A) is known color: New York Pink. HEX triplet: DF, 7D and 6A. RGB value is (223,125,106). Sum of RGB (Red+Green+Blue) = 223+125+106=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D6A is #208295. Grayscale: #989898. Windows color (decimal): -2130582 or 6979039. OLE color: 6979039.
HSL color Cylindrical-coordinate representation of color #DF7D6A: hue angle of 9.74º degrees, saturation: 0.65, 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 #DF7D6A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 106 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.13 |
| HSL | 9.74º | 0.65% | 0.65% | - |
| HSV(B) | 9.74º | 0.52% | 0.87% | - |
| XYZ | 40.37 | 31.4 | 17.57 | - |
| YUV | 152.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 106 | 0 | 0.44 | 0.52 | 0.13 | 9.74 | 0.65 | 0.65 |
| Hex | DF | 7D | 6A | 0 | 2C | 34 | D | A | 41 | 41 |
| Octal | 337 | 175 | 152 | 0 | 54 | 64 | 15 | 12 | 101 | 101 |
| Binary | 11011111 | 1111101 | 1101010 | 0 | 101100 | 110100 | 1101 | 1010 | 1000001 | 1000001 |
Color Harmonies of #DF7D6A
Complementary color
Monochromatic Colors of #DF7D6A
Black with #DF7D6A
Text Example
Text Example
White with #DF7D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7D6A; }
p { color: rgb(223,125,106); }
H1.HeaderClassName
{
color: #DF7D6A;
}
.AnyTagClassName
{
color: #DF7D6A;
}
</style>
background-color css
<style>
a { background-color: #DF7D6A; }
a { background-color: rgb(223,125,106); }
div.DivClassName
{
background-color: #DF7D6A;
}
.BgClassName
{
background-color: #DF7D6A;
}
</style>
border-color css
<style>
span { border-color: #DF7D6A; }
span { border-color: rgb(223,125,106); }
td.TdClassName
{
border-color: #DF7D6A;
}
.TagClassName
{
border-color: #DF7D6A;
}
</style>