Shades of New York Pink #D38074
Tints of New York Pink #D38074
RGB
CMYK
RGB Variations
Color information
#D38074 (or 0xD38074) is known color: New York Pink. HEX triplet: D3, 80 and 74. RGB value is (211,128,116). Sum of RGB (Red+Green+Blue) = 211+128+116=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D38074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38074 is #2C7F8B. Grayscale: #979797. Windows color (decimal): -2916236 or 7635155. OLE color: 7635155.
HSL color Cylindrical-coordinate representation of color #D38074: hue angle of 7.58º 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 #D38074 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 128 | 116 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.17 |
| HSL | 7.58º | 0.52% | 0.64% | - |
| HSV(B) | 7.58º | 0.45% | 0.83% | - |
| XYZ | 37.74 | 30.55 | 20.43 | - |
| YUV | 151.45 | 108 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 128 | 116 | 0 | 0.39 | 0.45 | 0.17 | 7.58 | 0.52 | 0.64 |
| Hex | D3 | 80 | 74 | 0 | 27 | 2D | 11 | 8 | 34 | 40 |
| Octal | 323 | 200 | 164 | 0 | 47 | 55 | 21 | 10 | 64 | 100 |
| Binary | 11010011 | 10000000 | 1110100 | 0 | 100111 | 101101 | 10001 | 1000 | 110100 | 1000000 |
Color Harmonies of #D38074
Complementary color
Monochromatic Colors of #D38074
Black with #D38074
Text Example
Text Example
White with #D38074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38074; }
p { color: rgb(211,128,116); }
H1.HeaderClassName
{
color: #D38074;
}
.AnyTagClassName
{
color: #D38074;
}
</style>
background-color css
<style>
a { background-color: #D38074; }
a { background-color: rgb(211,128,116); }
div.DivClassName
{
background-color: #D38074;
}
.BgClassName
{
background-color: #D38074;
}
</style>
border-color css
<style>
span { border-color: #D38074; }
span { border-color: rgb(211,128,116); }
td.TdClassName
{
border-color: #D38074;
}
.TagClassName
{
border-color: #D38074;
}
</style>