Shades of New York Pink #D27872
Tints of New York Pink #D27872
RGB
CMYK
RGB Variations
Color information
#D27872 (or 0xD27872) is known color: New York Pink. HEX triplet: D2, 78 and 72. RGB value is (210,120,114). Sum of RGB (Red+Green+Blue) = 210+120+114=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D27872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27872 is #2D878D. Grayscale: #929292. Windows color (decimal): -2983822 or 7502034. OLE color: 7502034.
HSL color Cylindrical-coordinate representation of color #D27872: hue angle of 3.75º 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 #D27872 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 114 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.18 |
| HSL | 3.75º | 0.52% | 0.64% | - |
| HSV(B) | 3.75º | 0.46% | 0.82% | - |
| XYZ | 36.33 | 28.35 | 19.48 | - |
| YUV | 146.23 | 109.82 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 114 | 0 | 0.43 | 0.46 | 0.18 | 3.75 | 0.52 | 0.64 |
| Hex | D2 | 78 | 72 | 0 | 2B | 2E | 12 | 4 | 34 | 40 |
| Octal | 322 | 170 | 162 | 0 | 53 | 56 | 22 | 4 | 64 | 100 |
| Binary | 11010010 | 1111000 | 1110010 | 0 | 101011 | 101110 | 10010 | 100 | 110100 | 1000000 |
Color Harmonies of #D27872
Complementary color
Monochromatic Colors of #D27872
Black with #D27872
Text Example
Text Example
White with #D27872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27872; }
p { color: rgb(210,120,114); }
H1.HeaderClassName
{
color: #D27872;
}
.AnyTagClassName
{
color: #D27872;
}
</style>
background-color css
<style>
a { background-color: #D27872; }
a { background-color: rgb(210,120,114); }
div.DivClassName
{
background-color: #D27872;
}
.BgClassName
{
background-color: #D27872;
}
</style>
border-color css
<style>
span { border-color: #D27872; }
span { border-color: rgb(210,120,114); }
td.TdClassName
{
border-color: #D27872;
}
.TagClassName
{
border-color: #D27872;
}
</style>