Shades of New York Pink #DA8571
Tints of New York Pink #DA8571
RGB
CMYK
RGB Variations
Color information
#DA8571 (or 0xDA8571) is known color: New York Pink. HEX triplet: DA, 85 and 71. RGB value is (218,133,113). Sum of RGB (Red+Green+Blue) = 218+133+113=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8571 is #257A8E. Grayscale: #9C9C9C. Windows color (decimal): -2456207 or 7439834. OLE color: 7439834.
HSL color Cylindrical-coordinate representation of color #DA8571: hue angle of 11.43º degrees, saturation: 0.59, 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 #DA8571 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 133 | 113 | - |
CMYK | 0 | 0.39 | 0.48 | 0.15 |
HSL | 11.43º | 0.59% | 0.65% | - |
HSV(B) | 11.43º | 0.48% | 0.85% | - |
XYZ | 40.28 | 32.87 | 19.84 | - |
YUV | 156.14 | 103.66 | 172.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 133 | 113 | 0 | 0.39 | 0.48 | 0.15 | 11.43 | 0.59 | 0.65 |
Hex | DA | 85 | 71 | 0 | 27 | 30 | F | B | 3B | 41 |
Octal | 332 | 205 | 161 | 0 | 47 | 60 | 17 | 13 | 73 | 101 |
Binary | 11011010 | 10000101 | 1110001 | 0 | 100111 | 110000 | 1111 | 1011 | 111011 | 1000001 |
Color Harmonies of #DA8571
Complementary color
Monochromatic Colors of #DA8571
Black with #DA8571
Text Example
Text Example
White with #DA8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8571; }
p { color: rgb(218,133,113); }
H1.HeaderClassName
{
color: #DA8571;
}
.AnyTagClassName
{
color: #DA8571;
}
</style>
background-color css
<style>
a { background-color: #DA8571; }
a { background-color: rgb(218,133,113); }
div.DivClassName
{
background-color: #DA8571;
}
.BgClassName
{
background-color: #DA8571;
}
</style>
border-color css
<style>
span { border-color: #DA8571; }
span { border-color: rgb(218,133,113); }
td.TdClassName
{
border-color: #DA8571;
}
.TagClassName
{
border-color: #DA8571;
}
</style>