Shades of New York Pink #DA7B72
Tints of New York Pink #DA7B72
RGB
CMYK
RGB Variations
Color information
#DA7B72 (or 0xDA7B72) is known color: New York Pink. HEX triplet: DA, 7B and 72. RGB value is (218,123,114). Sum of RGB (Red+Green+Blue) = 218+123+114=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7B72 is #25848D. Grayscale: #969696. Windows color (decimal): -2458766 or 7502810. OLE color: 7502810.
HSL color Cylindrical-coordinate representation of color #DA7B72: hue angle of 5.19º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7B72 is Cyan = 0, Magento = 0.44, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 114 | - |
| CMYK | 0 | 0.44 | 0.48 | 0.15 |
| HSL | 5.19º | 0.58% | 0.65% | - |
| HSV(B) | 5.19º | 0.48% | 0.85% | - |
| XYZ | 39.03 | 30.29 | 19.71 | - |
| YUV | 150.38 | 107.47 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 114 | 0 | 0.44 | 0.48 | 0.15 | 5.19 | 0.58 | 0.65 |
| Hex | DA | 7B | 72 | 0 | 2C | 30 | F | 5 | 3A | 41 |
| Octal | 332 | 173 | 162 | 0 | 54 | 60 | 17 | 5 | 72 | 101 |
| Binary | 11011010 | 1111011 | 1110010 | 0 | 101100 | 110000 | 1111 | 101 | 111010 | 1000001 |
Color Harmonies of #DA7B72
Complementary color
Monochromatic Colors of #DA7B72
Black with #DA7B72
Text Example
Text Example
White with #DA7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B72; }
p { color: rgb(218,123,114); }
H1.HeaderClassName
{
color: #DA7B72;
}
.AnyTagClassName
{
color: #DA7B72;
}
</style>
background-color css
<style>
a { background-color: #DA7B72; }
a { background-color: rgb(218,123,114); }
div.DivClassName
{
background-color: #DA7B72;
}
.BgClassName
{
background-color: #DA7B72;
}
</style>
border-color css
<style>
span { border-color: #DA7B72; }
span { border-color: rgb(218,123,114); }
td.TdClassName
{
border-color: #DA7B72;
}
.TagClassName
{
border-color: #DA7B72;
}
</style>