Shades of New York Pink #D38475
Tints of New York Pink #D38475
RGB
CMYK
RGB Variations
Color information
#D38475 (or 0xD38475) is known color: New York Pink. HEX triplet: D3, 84 and 75. RGB value is (211,132,117). Sum of RGB (Red+Green+Blue) = 211+132+117=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D38475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38475 is #2C7B8A. Grayscale: #9A9A9A. Windows color (decimal): -2915211 or 7701715. OLE color: 7701715.
HSL color Cylindrical-coordinate representation of color #D38475: hue angle of 9.57º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D38475 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 132 | 117 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.17 |
| HSL | 9.57º | 0.52% | 0.64% | - |
| HSV(B) | 9.57º | 0.45% | 0.83% | - |
| XYZ | 38.33 | 31.64 | 20.92 | - |
| YUV | 153.91 | 107.17 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 117 | 0 | 0.37 | 0.45 | 0.17 | 9.57 | 0.52 | 0.64 |
| Hex | D3 | 84 | 75 | 0 | 25 | 2D | 11 | A | 34 | 40 |
| Octal | 323 | 204 | 165 | 0 | 45 | 55 | 21 | 12 | 64 | 100 |
| Binary | 11010011 | 10000100 | 1110101 | 0 | 100101 | 101101 | 10001 | 1010 | 110100 | 1000000 |
Color Harmonies of #D38475
Complementary color
Monochromatic Colors of #D38475
Black with #D38475
Text Example
Text Example
White with #D38475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38475; }
p { color: rgb(211,132,117); }
H1.HeaderClassName
{
color: #D38475;
}
.AnyTagClassName
{
color: #D38475;
}
</style>
background-color css
<style>
a { background-color: #D38475; }
a { background-color: rgb(211,132,117); }
div.DivClassName
{
background-color: #D38475;
}
.BgClassName
{
background-color: #D38475;
}
</style>
border-color css
<style>
span { border-color: #D38475; }
span { border-color: rgb(211,132,117); }
td.TdClassName
{
border-color: #D38475;
}
.TagClassName
{
border-color: #D38475;
}
</style>