Shades of New York Pink #D68072
Tints of New York Pink #D68072
RGB
CMYK
RGB Variations
Color information
#D68072 (or 0xD68072) is known color: New York Pink. HEX triplet: D6, 80 and 72. RGB value is (214,128,114). Sum of RGB (Red+Green+Blue) = 214+128+114=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D68072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68072 is #297F8D. Grayscale: #989898. Windows color (decimal): -2719630 or 7504086. OLE color: 7504086.
HSL color Cylindrical-coordinate representation of color #D68072: hue angle of 8.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D68072 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 114 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.16 |
| HSL | 8.4º | 0.55% | 0.64% | - |
| HSV(B) | 8.4º | 0.47% | 0.84% | - |
| XYZ | 38.49 | 30.95 | 19.86 | - |
| YUV | 152.12 | 106.49 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 114 | 0 | 0.40 | 0.47 | 0.16 | 8.4 | 0.55 | 0.64 |
| Hex | D6 | 80 | 72 | 0 | 28 | 2F | 10 | 8 | 37 | 40 |
| Octal | 326 | 200 | 162 | 0 | 50 | 57 | 20 | 10 | 67 | 100 |
| Binary | 11010110 | 10000000 | 1110010 | 0 | 101000 | 101111 | 10000 | 1000 | 110111 | 1000000 |
Color Harmonies of #D68072
Complementary color
Monochromatic Colors of #D68072
Black with #D68072
Text Example
Text Example
White with #D68072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68072; }
p { color: rgb(214,128,114); }
H1.HeaderClassName
{
color: #D68072;
}
.AnyTagClassName
{
color: #D68072;
}
</style>
background-color css
<style>
a { background-color: #D68072; }
a { background-color: rgb(214,128,114); }
div.DivClassName
{
background-color: #D68072;
}
.BgClassName
{
background-color: #D68072;
}
</style>
border-color css
<style>
span { border-color: #D68072; }
span { border-color: rgb(214,128,114); }
td.TdClassName
{
border-color: #D68072;
}
.TagClassName
{
border-color: #D68072;
}
</style>