Shades of New York Pink #D67B71
Tints of New York Pink #D67B71
RGB
CMYK
RGB Variations
Color information
#D67B71 (or 0xD67B71) is known color: New York Pink. HEX triplet: D6, 7B and 71. RGB value is (214,123,113). Sum of RGB (Red+Green+Blue) = 214+123+113=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D67B71 is #29848E. Grayscale: #959595. Windows color (decimal): -2720911 or 7437270. OLE color: 7437270.
HSL color Cylindrical-coordinate representation of color #D67B71: hue angle of 5.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D67B71 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 113 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.16 |
| HSL | 5.94º | 0.55% | 0.64% | - |
| HSV(B) | 5.94º | 0.47% | 0.84% | - |
| XYZ | 37.8 | 29.65 | 19.35 | - |
| YUV | 149.07 | 107.65 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 113 | 0 | 0.43 | 0.47 | 0.16 | 5.94 | 0.55 | 0.64 |
| Hex | D6 | 7B | 71 | 0 | 2B | 2F | 10 | 6 | 37 | 40 |
| Octal | 326 | 173 | 161 | 0 | 53 | 57 | 20 | 6 | 67 | 100 |
| Binary | 11010110 | 1111011 | 1110001 | 0 | 101011 | 101111 | 10000 | 110 | 110111 | 1000000 |
Color Harmonies of #D67B71
Complementary color
Monochromatic Colors of #D67B71
Black with #D67B71
Text Example
Text Example
White with #D67B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B71; }
p { color: rgb(214,123,113); }
H1.HeaderClassName
{
color: #D67B71;
}
.AnyTagClassName
{
color: #D67B71;
}
</style>
background-color css
<style>
a { background-color: #D67B71; }
a { background-color: rgb(214,123,113); }
div.DivClassName
{
background-color: #D67B71;
}
.BgClassName
{
background-color: #D67B71;
}
</style>
border-color css
<style>
span { border-color: #D67B71; }
span { border-color: rgb(214,123,113); }
td.TdClassName
{
border-color: #D67B71;
}
.TagClassName
{
border-color: #D67B71;
}
</style>