Shades of New York Pink #D58175
Tints of New York Pink #D58175
RGB
CMYK
RGB Variations
Color information
#D58175 (or 0xD58175) is known color: New York Pink. HEX triplet: D5, 81 and 75. RGB value is (213,129,117). Sum of RGB (Red+Green+Blue) = 213+129+117=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58175 is #2A7E8A. Grayscale: #989898. Windows color (decimal): -2784907 or 7700949. OLE color: 7700949.
HSL color Cylindrical-coordinate representation of color #D58175: hue angle of 7.5º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58175 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 129 | 117 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.16 |
| HSL | 7.5º | 0.53% | 0.65% | - |
| HSV(B) | 7.5º | 0.45% | 0.84% | - |
| XYZ | 38.5 | 31.13 | 20.81 | - |
| YUV | 152.75 | 107.83 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 117 | 0 | 0.39 | 0.45 | 0.16 | 7.5 | 0.53 | 0.65 |
| Hex | D5 | 81 | 75 | 0 | 27 | 2D | 10 | 8 | 35 | 41 |
| Octal | 325 | 201 | 165 | 0 | 47 | 55 | 20 | 10 | 65 | 101 |
| Binary | 11010101 | 10000001 | 1110101 | 0 | 100111 | 101101 | 10000 | 1000 | 110101 | 1000001 |
Color Harmonies of #D58175
Complementary color
Monochromatic Colors of #D58175
Black with #D58175
Text Example
Text Example
White with #D58175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58175; }
p { color: rgb(213,129,117); }
H1.HeaderClassName
{
color: #D58175;
}
.AnyTagClassName
{
color: #D58175;
}
</style>
background-color css
<style>
a { background-color: #D58175; }
a { background-color: rgb(213,129,117); }
div.DivClassName
{
background-color: #D58175;
}
.BgClassName
{
background-color: #D58175;
}
</style>
border-color css
<style>
span { border-color: #D58175; }
span { border-color: rgb(213,129,117); }
td.TdClassName
{
border-color: #D58175;
}
.TagClassName
{
border-color: #D58175;
}
</style>