Shades of New York Pink #D68573
Tints of New York Pink #D68573
RGB
CMYK
RGB Variations
Color information
#D68573 (or 0xD68573) is known color: New York Pink. HEX triplet: D6, 85 and 73. RGB value is (214,133,115). Sum of RGB (Red+Green+Blue) = 214+133+115=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68573 is #297A8C. Grayscale: #9B9B9B. Windows color (decimal): -2718349 or 7570902. OLE color: 7570902.
HSL color Cylindrical-coordinate representation of color #D68573: hue angle of 10.91º degrees, saturation: 0.55, 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 #D68573 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 115 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.16 |
| HSL | 10.91º | 0.55% | 0.65% | - |
| HSV(B) | 10.91º | 0.46% | 0.84% | - |
| XYZ | 39.21 | 32.31 | 20.39 | - |
| YUV | 155.17 | 105.34 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 115 | 0 | 0.38 | 0.46 | 0.16 | 10.91 | 0.55 | 0.65 |
| Hex | D6 | 85 | 73 | 0 | 26 | 2E | 10 | B | 37 | 41 |
| Octal | 326 | 205 | 163 | 0 | 46 | 56 | 20 | 13 | 67 | 101 |
| Binary | 11010110 | 10000101 | 1110011 | 0 | 100110 | 101110 | 10000 | 1011 | 110111 | 1000001 |
Color Harmonies of #D68573
Complementary color
Monochromatic Colors of #D68573
Black with #D68573
Text Example
Text Example
White with #D68573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68573; }
p { color: rgb(214,133,115); }
H1.HeaderClassName
{
color: #D68573;
}
.AnyTagClassName
{
color: #D68573;
}
</style>
background-color css
<style>
a { background-color: #D68573; }
a { background-color: rgb(214,133,115); }
div.DivClassName
{
background-color: #D68573;
}
.BgClassName
{
background-color: #D68573;
}
</style>
border-color css
<style>
span { border-color: #D68573; }
span { border-color: rgb(214,133,115); }
td.TdClassName
{
border-color: #D68573;
}
.TagClassName
{
border-color: #D68573;
}
</style>