Shades of New York Pink #D27973
Tints of New York Pink #D27973
RGB
CMYK
RGB Variations
Color information
#D27973 (or 0xD27973) is known color: New York Pink. HEX triplet: D2, 79 and 73. RGB value is (210,121,115). Sum of RGB (Red+Green+Blue) = 210+121+115=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D27973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27973 is #2D868C. Grayscale: #939393. Windows color (decimal): -2983565 or 7567826. OLE color: 7567826.
HSL color Cylindrical-coordinate representation of color #D27973: hue angle of 3.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27973 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 115 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.18 |
| HSL | 3.79º | 0.51% | 0.64% | - |
| HSV(B) | 3.79º | 0.45% | 0.82% | - |
| XYZ | 36.51 | 28.61 | 19.82 | - |
| YUV | 146.93 | 109.99 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 115 | 0 | 0.42 | 0.45 | 0.18 | 3.79 | 0.51 | 0.64 |
| Hex | D2 | 79 | 73 | 0 | 2A | 2D | 12 | 4 | 33 | 40 |
| Octal | 322 | 171 | 163 | 0 | 52 | 55 | 22 | 4 | 63 | 100 |
| Binary | 11010010 | 1111001 | 1110011 | 0 | 101010 | 101101 | 10010 | 100 | 110011 | 1000000 |
Color Harmonies of #D27973
Complementary color
Monochromatic Colors of #D27973
Black with #D27973
Text Example
Text Example
White with #D27973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27973; }
p { color: rgb(210,121,115); }
H1.HeaderClassName
{
color: #D27973;
}
.AnyTagClassName
{
color: #D27973;
}
</style>
background-color css
<style>
a { background-color: #D27973; }
a { background-color: rgb(210,121,115); }
div.DivClassName
{
background-color: #D27973;
}
.BgClassName
{
background-color: #D27973;
}
</style>
border-color css
<style>
span { border-color: #D27973; }
span { border-color: rgb(210,121,115); }
td.TdClassName
{
border-color: #D27973;
}
.TagClassName
{
border-color: #D27973;
}
</style>