Shades of New York Pink #DF8075
Tints of New York Pink #DF8075
RGB
CMYK
RGB Variations
Color information
#DF8075 (or 0xDF8075) is known color: New York Pink. HEX triplet: DF, 80 and 75. RGB value is (223,128,117). Sum of RGB (Red+Green+Blue) = 223+128+117=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8075 is #207F8A. Grayscale: #9B9B9B. Windows color (decimal): -2129803 or 7700703. OLE color: 7700703.
HSL color Cylindrical-coordinate representation of color #DF8075: hue angle of 6.23º 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 #DF8075 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 128 | 117 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.13 |
| HSL | 6.23º | 0.62% | 0.67% | - |
| HSV(B) | 6.23º | 0.48% | 0.87% | - |
| XYZ | 41.36 | 32.41 | 20.91 | - |
| YUV | 155.15 | 106.47 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 117 | 0 | 0.43 | 0.48 | 0.13 | 6.23 | 0.62 | 0.67 |
| Hex | DF | 80 | 75 | 0 | 2B | 30 | D | 6 | 3E | 43 |
| Octal | 337 | 200 | 165 | 0 | 53 | 60 | 15 | 6 | 76 | 103 |
| Binary | 11011111 | 10000000 | 1110101 | 0 | 101011 | 110000 | 1101 | 110 | 111110 | 1000011 |
Color Harmonies of #DF8075
Complementary color
Monochromatic Colors of #DF8075
Black with #DF8075
Text Example
Text Example
White with #DF8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8075; }
p { color: rgb(223,128,117); }
H1.HeaderClassName
{
color: #DF8075;
}
.AnyTagClassName
{
color: #DF8075;
}
</style>
background-color css
<style>
a { background-color: #DF8075; }
a { background-color: rgb(223,128,117); }
div.DivClassName
{
background-color: #DF8075;
}
.BgClassName
{
background-color: #DF8075;
}
</style>
border-color css
<style>
span { border-color: #DF8075; }
span { border-color: rgb(223,128,117); }
td.TdClassName
{
border-color: #DF8075;
}
.TagClassName
{
border-color: #DF8075;
}
</style>