Shades of New York Pink #DA8075
Tints of New York Pink #DA8075
RGB
CMYK
RGB Variations
Color information
#DA8075 (or 0xDA8075) is known color: New York Pink. HEX triplet: DA, 80 and 75. RGB value is (218,128,117). Sum of RGB (Red+Green+Blue) = 218+128+117=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8075 is #257F8A. Grayscale: #999999. Windows color (decimal): -2457483 or 7700698. OLE color: 7700698.
HSL color Cylindrical-coordinate representation of color #DA8075: hue angle of 6.53º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA8075 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 128 | 117 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.15 |
| HSL | 6.53º | 0.58% | 0.66% | - |
| HSV(B) | 6.53º | 0.46% | 0.85% | - |
| XYZ | 39.84 | 31.63 | 20.83 | - |
| YUV | 153.66 | 107.32 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 128 | 117 | 0 | 0.41 | 0.46 | 0.15 | 6.53 | 0.58 | 0.66 |
| Hex | DA | 80 | 75 | 0 | 29 | 2E | F | 7 | 3A | 42 |
| Octal | 332 | 200 | 165 | 0 | 51 | 56 | 17 | 7 | 72 | 102 |
| Binary | 11011010 | 10000000 | 1110101 | 0 | 101001 | 101110 | 1111 | 111 | 111010 | 1000010 |
Color Harmonies of #DA8075
Complementary color
Monochromatic Colors of #DA8075
Black with #DA8075
Text Example
Text Example
White with #DA8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8075; }
p { color: rgb(218,128,117); }
H1.HeaderClassName
{
color: #DA8075;
}
.AnyTagClassName
{
color: #DA8075;
}
</style>
background-color css
<style>
a { background-color: #DA8075; }
a { background-color: rgb(218,128,117); }
div.DivClassName
{
background-color: #DA8075;
}
.BgClassName
{
background-color: #DA8075;
}
</style>
border-color css
<style>
span { border-color: #DA8075; }
span { border-color: rgb(218,128,117); }
td.TdClassName
{
border-color: #DA8075;
}
.TagClassName
{
border-color: #DA8075;
}
</style>