Shades of New York Pink #D58479
Tints of New York Pink #D58479
RGB
CMYK
RGB Variations
Color information
#D58479 (or 0xD58479) is known color: New York Pink. HEX triplet: D5, 84 and 79. RGB value is (213,132,121). Sum of RGB (Red+Green+Blue) = 213+132+121=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D58479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58479 is #2A7B86. Grayscale: #9B9B9B. Windows color (decimal): -2784135 or 7963861. OLE color: 7963861.
HSL color Cylindrical-coordinate representation of color #D58479: hue angle of 7.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D58479 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 132 | 121 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.16 |
| HSL | 7.17º | 0.52% | 0.65% | - |
| HSV(B) | 7.17º | 0.43% | 0.84% | - |
| XYZ | 39.14 | 32.03 | 22.21 | - |
| YUV | 154.97 | 108.84 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 132 | 121 | 0 | 0.38 | 0.43 | 0.16 | 7.17 | 0.52 | 0.65 |
| Hex | D5 | 84 | 79 | 0 | 26 | 2B | 10 | 7 | 34 | 41 |
| Octal | 325 | 204 | 171 | 0 | 46 | 53 | 20 | 7 | 64 | 101 |
| Binary | 11010101 | 10000100 | 1111001 | 0 | 100110 | 101011 | 10000 | 111 | 110100 | 1000001 |
Color Harmonies of #D58479
Complementary color
Monochromatic Colors of #D58479
Black with #D58479
Text Example
Text Example
White with #D58479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58479; }
p { color: rgb(213,132,121); }
H1.HeaderClassName
{
color: #D58479;
}
.AnyTagClassName
{
color: #D58479;
}
</style>
background-color css
<style>
a { background-color: #D58479; }
a { background-color: rgb(213,132,121); }
div.DivClassName
{
background-color: #D58479;
}
.BgClassName
{
background-color: #D58479;
}
</style>
border-color css
<style>
span { border-color: #D58479; }
span { border-color: rgb(213,132,121); }
td.TdClassName
{
border-color: #D58479;
}
.TagClassName
{
border-color: #D58479;
}
</style>