Shades of New York Pink #D28372
Tints of New York Pink #D28372
RGB
CMYK
RGB Variations
Color information
#D28372 (or 0xD28372) is known color: New York Pink. HEX triplet: D2, 83 and 72. RGB value is (210,131,114). Sum of RGB (Red+Green+Blue) = 210+131+114=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D28372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28372 is #2D7C8D. Grayscale: #989898. Windows color (decimal): -2981006 or 7504850. OLE color: 7504850.
HSL color Cylindrical-coordinate representation of color #D28372: hue angle of 10.62º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28372 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 114 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.18 |
| HSL | 10.63º | 0.52% | 0.64% | - |
| HSV(B) | 10.63º | 0.46% | 0.82% | - |
| XYZ | 37.73 | 31.15 | 19.94 | - |
| YUV | 152.68 | 106.17 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 114 | 0 | 0.38 | 0.46 | 0.18 | 10.63 | 0.52 | 0.64 |
| Hex | D2 | 83 | 72 | 0 | 26 | 2E | 12 | B | 34 | 40 |
| Octal | 322 | 203 | 162 | 0 | 46 | 56 | 22 | 13 | 64 | 100 |
| Binary | 11010010 | 10000011 | 1110010 | 0 | 100110 | 101110 | 10010 | 1011 | 110100 | 1000000 |
Color Harmonies of #D28372
Complementary color
Monochromatic Colors of #D28372
Black with #D28372
Text Example
Text Example
White with #D28372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28372; }
p { color: rgb(210,131,114); }
H1.HeaderClassName
{
color: #D28372;
}
.AnyTagClassName
{
color: #D28372;
}
</style>
background-color css
<style>
a { background-color: #D28372; }
a { background-color: rgb(210,131,114); }
div.DivClassName
{
background-color: #D28372;
}
.BgClassName
{
background-color: #D28372;
}
</style>
border-color css
<style>
span { border-color: #D28372; }
span { border-color: rgb(210,131,114); }
td.TdClassName
{
border-color: #D28372;
}
.TagClassName
{
border-color: #D28372;
}
</style>