Shades of New York Pink #DA8275
Tints of New York Pink #DA8275
RGB
CMYK
RGB Variations
Color information
#DA8275 (or 0xDA8275) is known color: New York Pink. HEX triplet: DA, 82 and 75. RGB value is (218,130,117). Sum of RGB (Red+Green+Blue) = 218+130+117=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8275 is #257D8A. Grayscale: #9A9A9A. Windows color (decimal): -2456971 or 7701210. OLE color: 7701210.
HSL color Cylindrical-coordinate representation of color #DA8275: hue angle of 7.72º 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 #DA8275 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 117 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.15 |
| HSL | 7.72º | 0.58% | 0.66% | - |
| HSV(B) | 7.72º | 0.46% | 0.85% | - |
| XYZ | 40.11 | 32.16 | 20.92 | - |
| YUV | 154.83 | 106.65 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 117 | 0 | 0.40 | 0.46 | 0.15 | 7.72 | 0.58 | 0.66 |
| Hex | DA | 82 | 75 | 0 | 28 | 2E | F | 8 | 3A | 42 |
| Octal | 332 | 202 | 165 | 0 | 50 | 56 | 17 | 10 | 72 | 102 |
| Binary | 11011010 | 10000010 | 1110101 | 0 | 101000 | 101110 | 1111 | 1000 | 111010 | 1000010 |
Color Harmonies of #DA8275
Complementary color
Monochromatic Colors of #DA8275
Black with #DA8275
Text Example
Text Example
White with #DA8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8275; }
p { color: rgb(218,130,117); }
H1.HeaderClassName
{
color: #DA8275;
}
.AnyTagClassName
{
color: #DA8275;
}
</style>
background-color css
<style>
a { background-color: #DA8275; }
a { background-color: rgb(218,130,117); }
div.DivClassName
{
background-color: #DA8275;
}
.BgClassName
{
background-color: #DA8275;
}
</style>
border-color css
<style>
span { border-color: #DA8275; }
span { border-color: rgb(218,130,117); }
td.TdClassName
{
border-color: #DA8275;
}
.TagClassName
{
border-color: #DA8275;
}
</style>