Shades of New York Pink #DF7A6C
Tints of New York Pink #DF7A6C
RGB
CMYK
RGB Variations
Color information
#DF7A6C (or 0xDF7A6C) is known color: New York Pink. HEX triplet: DF, 7A and 6C. RGB value is (223,122,108). Sum of RGB (Red+Green+Blue) = 223+122+108=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A6C is #208593. Grayscale: #969696. Windows color (decimal): -2131348 or 7109343. OLE color: 7109343.
HSL color Cylindrical-coordinate representation of color #DF7A6C: hue angle of 7.3º 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 #DF7A6C is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 122 | 108 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.13 |
| HSL | 7.3º | 0.64% | 0.65% | - |
| HSV(B) | 7.3º | 0.52% | 0.87% | - |
| XYZ | 40.1 | 30.69 | 18 | - |
| YUV | 150.6 | 103.96 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 122 | 108 | 0 | 0.45 | 0.52 | 0.13 | 7.3 | 0.64 | 0.65 |
| Hex | DF | 7A | 6C | 0 | 2D | 34 | D | 7 | 40 | 41 |
| Octal | 337 | 172 | 154 | 0 | 55 | 64 | 15 | 7 | 100 | 101 |
| Binary | 11011111 | 1111010 | 1101100 | 0 | 101101 | 110100 | 1101 | 111 | 1000000 | 1000001 |
Color Harmonies of #DF7A6C
Complementary color
Monochromatic Colors of #DF7A6C
Black with #DF7A6C
Text Example
Text Example
White with #DF7A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7A6C; }
p { color: rgb(223,122,108); }
H1.HeaderClassName
{
color: #DF7A6C;
}
.AnyTagClassName
{
color: #DF7A6C;
}
</style>
background-color css
<style>
a { background-color: #DF7A6C; }
a { background-color: rgb(223,122,108); }
div.DivClassName
{
background-color: #DF7A6C;
}
.BgClassName
{
background-color: #DF7A6C;
}
</style>
border-color css
<style>
span { border-color: #DF7A6C; }
span { border-color: rgb(223,122,108); }
td.TdClassName
{
border-color: #DF7A6C;
}
.TagClassName
{
border-color: #DF7A6C;
}
</style>