Shades of New York Pink #D68378
Tints of New York Pink #D68378
RGB
CMYK
RGB Variations
Color information
#D68378 (or 0xD68378) is known color: New York Pink. HEX triplet: D6, 83 and 78. RGB value is (214,131,120). Sum of RGB (Red+Green+Blue) = 214+131+120=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68378 is #297C87. Grayscale: #9A9A9A. Windows color (decimal): -2718856 or 7898070. OLE color: 7898070.
HSL color Cylindrical-coordinate representation of color #D68378: hue angle of 7.02º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D68378 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 120 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.16 |
| HSL | 7.02º | 0.53% | 0.65% | - |
| HSV(B) | 7.02º | 0.44% | 0.84% | - |
| XYZ | 39.24 | 31.88 | 21.86 | - |
| YUV | 154.56 | 108.5 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 120 | 0 | 0.39 | 0.44 | 0.16 | 7.02 | 0.53 | 0.65 |
| Hex | D6 | 83 | 78 | 0 | 27 | 2C | 10 | 7 | 35 | 41 |
| Octal | 326 | 203 | 170 | 0 | 47 | 54 | 20 | 7 | 65 | 101 |
| Binary | 11010110 | 10000011 | 1111000 | 0 | 100111 | 101100 | 10000 | 111 | 110101 | 1000001 |
Color Harmonies of #D68378
Complementary color
Monochromatic Colors of #D68378
Black with #D68378
Text Example
Text Example
White with #D68378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68378; }
p { color: rgb(214,131,120); }
H1.HeaderClassName
{
color: #D68378;
}
.AnyTagClassName
{
color: #D68378;
}
</style>
background-color css
<style>
a { background-color: #D68378; }
a { background-color: rgb(214,131,120); }
div.DivClassName
{
background-color: #D68378;
}
.BgClassName
{
background-color: #D68378;
}
</style>
border-color css
<style>
span { border-color: #D68378; }
span { border-color: rgb(214,131,120); }
td.TdClassName
{
border-color: #D68378;
}
.TagClassName
{
border-color: #D68378;
}
</style>