Shades of New York Pink #D28378
Tints of New York Pink #D28378
RGB
CMYK
RGB Variations
Color information
#D28378 (or 0xD28378) is known color: New York Pink. HEX triplet: D2, 83 and 78. RGB value is (210,131,120). Sum of RGB (Red+Green+Blue) = 210+131+120=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 120 (47.27% from 255 or 26.03% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28378 is #2D7C87. Grayscale: #999999. Windows color (decimal): -2981000 or 7898066. OLE color: 7898066.
HSL color Cylindrical-coordinate representation of color #D28378: hue angle of 7.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28378 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 120 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.18 |
| HSL | 7.33º | 0.5% | 0.65% | - |
| HSV(B) | 7.33º | 0.43% | 0.82% | - |
| XYZ | 38.08 | 31.29 | 21.8 | - |
| YUV | 153.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 120 | 0 | 0.38 | 0.43 | 0.18 | 7.33 | 0.5 | 0.65 |
| Hex | D2 | 83 | 78 | 0 | 26 | 2B | 12 | 7 | 32 | 41 |
| Octal | 322 | 203 | 170 | 0 | 46 | 53 | 22 | 7 | 62 | 101 |
| Binary | 11010010 | 10000011 | 1111000 | 0 | 100110 | 101011 | 10010 | 111 | 110010 | 1000001 |
Color Harmonies of #D28378
Complementary color
Monochromatic Colors of #D28378
Black with #D28378
Text Example
Text Example
White with #D28378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28378; }
p { color: rgb(210,131,120); }
H1.HeaderClassName
{
color: #D28378;
}
.AnyTagClassName
{
color: #D28378;
}
</style>
background-color css
<style>
a { background-color: #D28378; }
a { background-color: rgb(210,131,120); }
div.DivClassName
{
background-color: #D28378;
}
.BgClassName
{
background-color: #D28378;
}
</style>
border-color css
<style>
span { border-color: #D28378; }
span { border-color: rgb(210,131,120); }
td.TdClassName
{
border-color: #D28378;
}
.TagClassName
{
border-color: #D28378;
}
</style>