Shades of New York Pink #DF8575
Tints of New York Pink #DF8575
RGB
CMYK
RGB Variations
Color information
#DF8575 (or 0xDF8575) is known color: New York Pink. HEX triplet: DF, 85 and 75. RGB value is (223,133,117). Sum of RGB (Red+Green+Blue) = 223+133+117=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8575 is #207A8A. Grayscale: #9E9E9E. Windows color (decimal): -2128523 or 7701983. OLE color: 7701983.
HSL color Cylindrical-coordinate representation of color #DF8575: hue angle of 9.06º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF8575 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 133 | 117 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.13 |
| HSL | 9.06º | 0.62% | 0.67% | - |
| HSV(B) | 9.06º | 0.48% | 0.87% | - |
| XYZ | 42.03 | 33.75 | 21.13 | - |
| YUV | 158.09 | 104.82 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 133 | 117 | 0 | 0.40 | 0.48 | 0.13 | 9.06 | 0.62 | 0.67 |
| Hex | DF | 85 | 75 | 0 | 28 | 30 | D | 9 | 3E | 43 |
| Octal | 337 | 205 | 165 | 0 | 50 | 60 | 15 | 11 | 76 | 103 |
| Binary | 11011111 | 10000101 | 1110101 | 0 | 101000 | 110000 | 1101 | 1001 | 111110 | 1000011 |
Color Harmonies of #DF8575
Complementary color
Monochromatic Colors of #DF8575
Black with #DF8575
Text Example
Text Example
White with #DF8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8575; }
p { color: rgb(223,133,117); }
H1.HeaderClassName
{
color: #DF8575;
}
.AnyTagClassName
{
color: #DF8575;
}
</style>
background-color css
<style>
a { background-color: #DF8575; }
a { background-color: rgb(223,133,117); }
div.DivClassName
{
background-color: #DF8575;
}
.BgClassName
{
background-color: #DF8575;
}
</style>
border-color css
<style>
span { border-color: #DF8575; }
span { border-color: rgb(223,133,117); }
td.TdClassName
{
border-color: #DF8575;
}
.TagClassName
{
border-color: #DF8575;
}
</style>