Shades of New York Pink #DA8878
Tints of New York Pink #DA8878
RGB
CMYK
RGB Variations
Color information
#DA8878 (or 0xDA8878) is known color: New York Pink. HEX triplet: DA, 88 and 78. RGB value is (218,136,120). Sum of RGB (Red+Green+Blue) = 218+136+120=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8878 is #257787. Grayscale: #9E9E9E. Windows color (decimal): -2455432 or 7899354. OLE color: 7899354.
HSL color Cylindrical-coordinate representation of color #DA8878: hue angle of 9.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA8878 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 120 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.15 |
| HSL | 9.8º | 0.57% | 0.66% | - |
| HSV(B) | 9.8º | 0.45% | 0.85% | - |
| XYZ | 41.11 | 33.87 | 22.14 | - |
| YUV | 158.69 | 106.17 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 120 | 0 | 0.38 | 0.45 | 0.15 | 9.8 | 0.57 | 0.66 |
| Hex | DA | 88 | 78 | 0 | 26 | 2D | F | A | 39 | 42 |
| Octal | 332 | 210 | 170 | 0 | 46 | 55 | 17 | 12 | 71 | 102 |
| Binary | 11011010 | 10001000 | 1111000 | 0 | 100110 | 101101 | 1111 | 1010 | 111001 | 1000010 |
Color Harmonies of #DA8878
Complementary color
Monochromatic Colors of #DA8878
Black with #DA8878
Text Example
Text Example
White with #DA8878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8878; }
p { color: rgb(218,136,120); }
H1.HeaderClassName
{
color: #DA8878;
}
.AnyTagClassName
{
color: #DA8878;
}
</style>
background-color css
<style>
a { background-color: #DA8878; }
a { background-color: rgb(218,136,120); }
div.DivClassName
{
background-color: #DA8878;
}
.BgClassName
{
background-color: #DA8878;
}
</style>
border-color css
<style>
span { border-color: #DA8878; }
span { border-color: rgb(218,136,120); }
td.TdClassName
{
border-color: #DA8878;
}
.TagClassName
{
border-color: #DA8878;
}
</style>