Shades of New York Pink #D58274
Tints of New York Pink #D58274
RGB
CMYK
RGB Variations
Color information
#D58274 (or 0xD58274) is known color: New York Pink. HEX triplet: D5, 82 and 74. RGB value is (213,130,116). Sum of RGB (Red+Green+Blue) = 213+130+116=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58274 is #2A7D8B. Grayscale: #999999. Windows color (decimal): -2784652 or 7635669. OLE color: 7635669.
HSL color Cylindrical-coordinate representation of color #D58274: hue angle of 8.66º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D58274 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 116 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.16 |
| HSL | 8.66º | 0.54% | 0.65% | - |
| HSV(B) | 8.66º | 0.46% | 0.84% | - |
| XYZ | 38.58 | 31.37 | 20.55 | - |
| YUV | 153.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 116 | 0 | 0.39 | 0.46 | 0.16 | 8.66 | 0.54 | 0.65 |
| Hex | D5 | 82 | 74 | 0 | 27 | 2E | 10 | 9 | 36 | 41 |
| Octal | 325 | 202 | 164 | 0 | 47 | 56 | 20 | 11 | 66 | 101 |
| Binary | 11010101 | 10000010 | 1110100 | 0 | 100111 | 101110 | 10000 | 1001 | 110110 | 1000001 |
Color Harmonies of #D58274
Complementary color
Monochromatic Colors of #D58274
Black with #D58274
Text Example
Text Example
White with #D58274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58274; }
p { color: rgb(213,130,116); }
H1.HeaderClassName
{
color: #D58274;
}
.AnyTagClassName
{
color: #D58274;
}
</style>
background-color css
<style>
a { background-color: #D58274; }
a { background-color: rgb(213,130,116); }
div.DivClassName
{
background-color: #D58274;
}
.BgClassName
{
background-color: #D58274;
}
</style>
border-color css
<style>
span { border-color: #D58274; }
span { border-color: rgb(213,130,116); }
td.TdClassName
{
border-color: #D58274;
}
.TagClassName
{
border-color: #D58274;
}
</style>