Shades of New York Pink #DA7870
Tints of New York Pink #DA7870
RGB
CMYK
RGB Variations
Color information
#DA7870 (or 0xDA7870) is known color: New York Pink. HEX triplet: DA, 78 and 70. RGB value is (218,120,112). Sum of RGB (Red+Green+Blue) = 218+120+112=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7870 is #25878F. Grayscale: #949494. Windows color (decimal): -2459536 or 7370970. OLE color: 7370970.
HSL color Cylindrical-coordinate representation of color #DA7870: hue angle of 4.53º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7870 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 112 | - |
| CMYK | 0 | 0.45 | 0.49 | 0.15 |
| HSL | 4.53º | 0.59% | 0.65% | - |
| HSV(B) | 4.53º | 0.49% | 0.85% | - |
| XYZ | 38.55 | 29.51 | 18.99 | - |
| YUV | 148.39 | 107.47 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 112 | 0 | 0.45 | 0.49 | 0.15 | 4.53 | 0.59 | 0.65 |
| Hex | DA | 78 | 70 | 0 | 2D | 31 | F | 5 | 3B | 41 |
| Octal | 332 | 170 | 160 | 0 | 55 | 61 | 17 | 5 | 73 | 101 |
| Binary | 11011010 | 1111000 | 1110000 | 0 | 101101 | 110001 | 1111 | 101 | 111011 | 1000001 |
Color Harmonies of #DA7870
Complementary color
Monochromatic Colors of #DA7870
Black with #DA7870
Text Example
Text Example
White with #DA7870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7870; }
p { color: rgb(218,120,112); }
H1.HeaderClassName
{
color: #DA7870;
}
.AnyTagClassName
{
color: #DA7870;
}
</style>
background-color css
<style>
a { background-color: #DA7870; }
a { background-color: rgb(218,120,112); }
div.DivClassName
{
background-color: #DA7870;
}
.BgClassName
{
background-color: #DA7870;
}
</style>
border-color css
<style>
span { border-color: #DA7870; }
span { border-color: rgb(218,120,112); }
td.TdClassName
{
border-color: #DA7870;
}
.TagClassName
{
border-color: #DA7870;
}
</style>