Shades of New York Pink #D58278
Tints of New York Pink #D58278
RGB
CMYK
RGB Variations
Color information
#D58278 (or 0xD58278) is known color: New York Pink. HEX triplet: D5, 82 and 78. RGB value is (213,130,120). Sum of RGB (Red+Green+Blue) = 213+130+120=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D58278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58278 is #2A7D87. Grayscale: #999999. Windows color (decimal): -2784648 or 7897813. OLE color: 7897813.
HSL color Cylindrical-coordinate representation of color #D58278: hue angle of 6.45º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58278 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 120 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.16 |
| HSL | 6.45º | 0.53% | 0.65% | - |
| HSV(B) | 6.45º | 0.44% | 0.84% | - |
| XYZ | 38.81 | 31.47 | 21.8 | - |
| YUV | 153.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 120 | 0 | 0.39 | 0.44 | 0.16 | 6.45 | 0.53 | 0.65 |
| Hex | D5 | 82 | 78 | 0 | 27 | 2C | 10 | 6 | 35 | 41 |
| Octal | 325 | 202 | 170 | 0 | 47 | 54 | 20 | 6 | 65 | 101 |
| Binary | 11010101 | 10000010 | 1111000 | 0 | 100111 | 101100 | 10000 | 110 | 110101 | 1000001 |
Color Harmonies of #D58278
Complementary color
Monochromatic Colors of #D58278
Black with #D58278
Text Example
Text Example
White with #D58278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58278; }
p { color: rgb(213,130,120); }
H1.HeaderClassName
{
color: #D58278;
}
.AnyTagClassName
{
color: #D58278;
}
</style>
background-color css
<style>
a { background-color: #D58278; }
a { background-color: rgb(213,130,120); }
div.DivClassName
{
background-color: #D58278;
}
.BgClassName
{
background-color: #D58278;
}
</style>
border-color css
<style>
span { border-color: #D58278; }
span { border-color: rgb(213,130,120); }
td.TdClassName
{
border-color: #D58278;
}
.TagClassName
{
border-color: #D58278;
}
</style>