Shades of New York Pink #D5746D
Tints of New York Pink #D5746D
RGB
CMYK
RGB Variations
Color information
#D5746D (or 0xD5746D) is known color: New York Pink. HEX triplet: D5, 74 and 6D. RGB value is (213,116,109). Sum of RGB (Red+Green+Blue) = 213+116+109=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 109 (42.97% from 255 or 24.89% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5746D is #2A8B92. Grayscale: #909090. Windows color (decimal): -2788243 or 7173333. OLE color: 7173333.
HSL color Cylindrical-coordinate representation of color #D5746D: hue angle of 4.04º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D5746D is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 116 | 109 | - |
CMYK | 0 | 0.46 | 0.49 | 0.16 |
HSL | 4.04º | 0.55% | 0.63% | - |
HSV(B) | 4.04º | 0.49% | 0.84% | - |
XYZ | 36.45 | 27.74 | 17.9 | - |
YUV | 144.21 | 108.14 | 177.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 116 | 109 | 0 | 0.46 | 0.49 | 0.16 | 4.04 | 0.55 | 0.63 |
Hex | D5 | 74 | 6D | 0 | 2E | 31 | 10 | 4 | 37 | 3F |
Octal | 325 | 164 | 155 | 0 | 56 | 61 | 20 | 4 | 67 | 77 |
Binary | 11010101 | 1110100 | 1101101 | 0 | 101110 | 110001 | 10000 | 100 | 110111 | 111111 |
Color Harmonies of #D5746D
Complementary color
Monochromatic Colors of #D5746D
Black with #D5746D
Text Example
Text Example
White with #D5746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5746D; }
p { color: rgb(213,116,109); }
H1.HeaderClassName
{
color: #D5746D;
}
.AnyTagClassName
{
color: #D5746D;
}
</style>
background-color css
<style>
a { background-color: #D5746D; }
a { background-color: rgb(213,116,109); }
div.DivClassName
{
background-color: #D5746D;
}
.BgClassName
{
background-color: #D5746D;
}
</style>
border-color css
<style>
span { border-color: #D5746D; }
span { border-color: rgb(213,116,109); }
td.TdClassName
{
border-color: #D5746D;
}
.TagClassName
{
border-color: #D5746D;
}
</style>