Shades of New York Pink #D28370
Tints of New York Pink #D28370
RGB
CMYK
RGB Variations
Color information
#D28370 (or 0xD28370) is known color: New York Pink. HEX triplet: D2, 83 and 70. RGB value is (210,131,112). Sum of RGB (Red+Green+Blue) = 210+131+112=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D28370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28370 is #2D7C8F. Grayscale: #989898. Windows color (decimal): -2981008 or 7373778. OLE color: 7373778.
HSL color Cylindrical-coordinate representation of color #D28370: hue angle of 11.63º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D28370 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 112 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.18 |
| HSL | 11.63º | 0.52% | 0.63% | - |
| HSV(B) | 11.63º | 0.47% | 0.82% | - |
| XYZ | 37.62 | 31.1 | 19.35 | - |
| YUV | 152.46 | 105.17 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 112 | 0 | 0.38 | 0.47 | 0.18 | 11.63 | 0.52 | 0.63 |
| Hex | D2 | 83 | 70 | 0 | 26 | 2F | 12 | C | 34 | 3F |
| Octal | 322 | 203 | 160 | 0 | 46 | 57 | 22 | 14 | 64 | 77 |
| Binary | 11010010 | 10000011 | 1110000 | 0 | 100110 | 101111 | 10010 | 1100 | 110100 | 111111 |
Color Harmonies of #D28370
Complementary color
Monochromatic Colors of #D28370
Black with #D28370
Text Example
Text Example
White with #D28370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28370; }
p { color: rgb(210,131,112); }
H1.HeaderClassName
{
color: #D28370;
}
.AnyTagClassName
{
color: #D28370;
}
</style>
background-color css
<style>
a { background-color: #D28370; }
a { background-color: rgb(210,131,112); }
div.DivClassName
{
background-color: #D28370;
}
.BgClassName
{
background-color: #D28370;
}
</style>
border-color css
<style>
span { border-color: #D28370; }
span { border-color: rgb(210,131,112); }
td.TdClassName
{
border-color: #D28370;
}
.TagClassName
{
border-color: #D28370;
}
</style>